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

📋 copy color: '#0FC4CB'

red 15 ◦ green 196 ◦ blue 203

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

Shades of Robin's Egg Blue #0FC4CB

Tints of Robin's Egg Blue #0FC4CB

RGB

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

 GREEN value IS 196 (76.95% from 255) = 47.34%

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

R = 3.62%
G = 47.34%
B = 49.03%

CMYK

 C value IS 0.93

 M value IS 0.03

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#0FC4CB (or 0x0FC4CB) is known color: Robin's Egg Blue. HEX triplet: 0F, C4 and CB. RGB value is (15,196,203). Sum of RGB (Red+Green+Blue) = 15+196+203=414 (54% of max value = 765). Red value is 15 (6.25% from 255 or 3.62% from 414); Green value is 196 (76.95% from 255 or 47.34% from 414); Blue value is 203 (79.69% from 255 or 49.03% from 414); Max value from RGB is 203 - color contains mainly: blue. Hex color #0FC4CB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FC4CB is #F03B34. Grayscale: #8E8E8E. Windows color (decimal): -15743797 or 13353999. OLE color: 13353999.

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

Color convert

RGB 15 196 203 -
CMYK 0.93 0.03 0 0.20
HSL 182.23º 0.86% 0.43% -
HSV(B) 182.23º 0.93% 0.8% -
XYZ 30.72 43.89 63.35 -
YUV 142.68 162.03 36.93 -
System Red Green Blue C M Y K H S L
Decimal 15 196 203 0.93 0.03 0 0.20 182.23 0.86 0.43
Hex F C4 CB 5D 3 0 14 B6 56 2B
Octal 17 304 313 135 3 0 24 266 126 53
Binary 1111 11000100 11001011 1011101 11 0 10100 10110110 1010110 101011

Color Harmonies of #0FC4CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FC4CB

Black with #0FC4CB

Text Example


Text Example

White with #0FC4CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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