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

📋 copy color: '#0FCBC9'

red 15 ◦ green 203 ◦ blue 201

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

Shades of Robin's Egg Blue #0FCBC9

Tints of Robin's Egg Blue #0FCBC9

RGB

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

 GREEN value IS 203 (79.69% from 255) = 48.45%

 BLUE value IS 201 (78.91% from 255) = 47.97%

R = 3.58%
G = 48.45%
B = 47.97%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.01

 K value IS 0.20

RGB Variations

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

Color information

#0FCBC9 (or 0x0FCBC9) is known color: Robin's Egg Blue. HEX triplet: 0F, CB and C9. RGB value is (15,203,201). Sum of RGB (Red+Green+Blue) = 15+203+201=419 (55% of max value = 765). Red value is 15 (6.25% from 255 or 3.58% from 419); Green value is 203 (79.69% from 255 or 48.45% from 419); Blue value is 201 (78.91% from 255 or 47.97% from 419); Max value from RGB is 203 - color contains mainly: green. Hex color #0FCBC9 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FCBC9 is #F03436. Grayscale: #929292. Windows color (decimal): -15742007 or 13224719. OLE color: 13224719.

HSL color Cylindrical-coordinate representation of color #0FCBC9: hue angle of 179.36º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FCBC9 is Cyan = 0.93, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.20.

Color convert

RGB 15 203 201 -
CMYK 0.93 0 0.01 0.20
HSL 179.36º 0.86% 0.43% -
HSV(B) 179.36º 0.93% 0.8% -
XYZ 32.1 47.03 62.64 -
YUV 146.56 158.72 34.16 -
System Red Green Blue C M Y K H S L
Decimal 15 203 201 0.93 0 0.01 0.20 179.36 0.86 0.43
Hex F CB C9 5D 0 1 14 B3 56 2B
Octal 17 313 311 135 0 1 24 263 126 53
Binary 1111 11001011 11001001 1011101 0 1 10100 10110011 1010110 101011

Color Harmonies of #0FCBC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FCBC9

Black with #0FCBC9

Text Example


Text Example

White with #0FCBC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,203,201); }

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

background-color css

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

 a { background-color: rgb(15,203,201); }

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

border-color css

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

 span { border-color: rgb(15,203,201); }

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