Html Css Color HEX #0FCFB9 Robin's Egg Blue

📋 copy color: '#0FCFB9'

red 15 ◦ green 207 ◦ blue 185

#0FCFB9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Robin's Egg Blue #0FCFB9

Tints of Robin's Egg Blue #0FCFB9

RGB

 RED value IS 15 (6.25% from 255) = 3.69%

 GREEN value IS 207 (81.25% from 255) = 50.86%

 BLUE value IS 185 (72.66% from 255) = 45.45%

R = 3.69%
G = 50.86%
B = 45.45%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.11

 K value IS 0.19

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#0FCFB9 (or 0x0FCFB9) is known color: Robin's Egg Blue. HEX triplet: 0F, CF and B9. RGB value is (15,207,185). Sum of RGB (Red+Green+Blue) = 15+207+185=407 (53% of max value = 765). Red value is 15 (6.25% from 255 or 3.69% from 407); Green value is 207 (81.25% from 255 or 50.86% from 407); Blue value is 185 (72.66% from 255 or 45.45% from 407); Max value from RGB is 207 - color contains mainly: green. Hex color #0FCFB9 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FCFB9 is #F03046. Grayscale: #929292. Windows color (decimal): -15740999 or 12177167. OLE color: 12177167.

HSL color Cylindrical-coordinate representation of color #0FCFB9: hue angle of 173.12º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FCFB9 is Cyan = 0.93, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.19.

Color convert

RGB 15 207 185 -
CMYK 0.93 0 0.11 0.19
HSL 173.13º 0.86% 0.44% -
HSV(B) 173.13º 0.93% 0.81% -
XYZ 31.27 48.23 53.56 -
YUV 147.08 149.39 33.79 -
System Red Green Blue C M Y K H S L
Decimal 15 207 185 0.93 0 0.11 0.19 173.13 0.86 0.44
Hex F CF B9 5D 0 B 13 AD 56 2C
Octal 17 317 271 135 0 13 23 255 126 54
Binary 1111 11001111 10111001 1011101 0 1011 10011 10101101 1010110 101100

Color Harmonies of #0FCFB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FCFB9

Black with #0FCFB9

Text Example


Text Example

White with #0FCFB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0FCFB9; }

 p { color: rgb(15,207,185); }

 H1.HeaderClassName
 {
   color: #0FCFB9;
 }
 .AnyTagClassName
 {
   color: #0FCFB9;
 }
</style>

background-color css

<style>
 a { background-color: #0FCFB9; }

 a { background-color: rgb(15,207,185); }

 div.DivClassName
 {
   background-color: #0FCFB9;
 }
 .BgClassName
 {
   background-color: #0FCFB9;
 }
</style>

border-color css

<style>
 span { border-color: #0FCFB9; }

 span { border-color: rgb(15,207,185); }

 td.TdClassName
 {
   border-color: #0FCFB9;
 }
 .TagClassName
 {
   border-color: #0FCFB9;
 }
</style>