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

📋 copy color: '#0FCBC8'

red 15 ◦ green 203 ◦ blue 200

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

Shades of Robin's Egg Blue #0FCBC8

Tints of Robin's Egg Blue #0FCBC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 47.85%

R = 3.59%
G = 48.56%
B = 47.85%

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

#0FCBC8 (or 0x0FCBC8) is known color: Robin's Egg Blue. HEX triplet: 0F, CB and C8. RGB value is (15,203,200). Sum of RGB (Red+Green+Blue) = 15+203+200=418 (55% of max value = 765). Red value is 15 (6.25% from 255 or 3.59% from 418); Green value is 203 (79.69% from 255 or 48.56% from 418); Blue value is 200 (78.52% from 255 or 47.85% from 418); Max value from RGB is 203 - color contains mainly: green. Hex color #0FCBC8 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FCBC8 is #F03437. Grayscale: #929292. Windows color (decimal): -15742008 or 13159183. OLE color: 13159183.

HSL color Cylindrical-coordinate representation of color #0FCBC8: hue angle of 179.04º 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 #0FCBC8 is Cyan = 0.93, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.20.

Color convert

RGB 15 203 200 -
CMYK 0.93 0 0.01 0.20
HSL 179.04º 0.86% 0.43% -
HSV(B) 179.04º 0.93% 0.8% -
XYZ 31.98 46.98 62.03 -
YUV 146.45 158.22 34.24 -
System Red Green Blue C M Y K H S L
Decimal 15 203 200 0.93 0 0.01 0.20 179.04 0.86 0.43
Hex F CB C8 5D 0 1 14 B3 56 2B
Octal 17 313 310 135 0 1 24 263 126 53
Binary 1111 11001011 11001000 1011101 0 1 10100 10110011 1010110 101011

Color Harmonies of #0FCBC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FCBC8

Black with #0FCBC8

Text Example


Text Example

White with #0FCBC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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