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

📋 copy color: '#0FC8CB'

red 15 ◦ green 200 ◦ blue 203

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

Shades of Robin's Egg Blue #0FC8CB

Tints of Robin's Egg Blue #0FC8CB

RGB

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

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

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

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

CMYK

 C value IS 0.93

 M value IS 0.01

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

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

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

Color convert

RGB 15 200 203 -
CMYK 0.93 0.01 0 0.20
HSL 180.96º 0.86% 0.43% -
HSV(B) 180.96º 0.93% 0.8% -
XYZ 31.63 45.72 63.66 -
YUV 145.03 160.71 35.26 -
System Red Green Blue C M Y K H S L
Decimal 15 200 203 0.93 0.01 0 0.20 180.96 0.86 0.43
Hex F C8 CB 5D 1 0 14 B5 56 2B
Octal 17 310 313 135 1 0 24 265 126 53
Binary 1111 11001000 11001011 1011101 1 0 10100 10110101 1010110 101011

Color Harmonies of #0FC8CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FC8CB

Black with #0FC8CB

Text Example


Text Example

White with #0FC8CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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