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

📋 copy color: '#0FC5CE'

red 15 ◦ green 197 ◦ blue 206

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

Shades of Robin's Egg Blue #0FC5CE

Tints of Robin's Egg Blue #0FC5CE

RGB

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

 GREEN value IS 197 (77.34% from 255) = 47.13%

 BLUE value IS 206 (80.86% from 255) = 49.28%

R = 3.59%
G = 47.13%
B = 49.28%

CMYK

 C value IS 0.93

 M value IS 0.04

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#0FC5CE (or 0x0FC5CE) is known color: Robin's Egg Blue. HEX triplet: 0F, C5 and CE. RGB value is (15,197,206). Sum of RGB (Red+Green+Blue) = 15+197+206=418 (55% of max value = 765). Red value is 15 (6.25% from 255 or 3.59% from 418); Green value is 197 (77.34% from 255 or 47.13% from 418); Blue value is 206 (80.86% from 255 or 49.28% from 418); Max value from RGB is 206 - color contains mainly: blue. Hex color #0FC5CE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FC5CE is #F03A31. Grayscale: #8F8F8F. Windows color (decimal): -15743538 or 13550863. OLE color: 13550863.

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

Color convert

RGB 15 197 206 -
CMYK 0.93 0.04 0 0.19
HSL 182.83º 0.86% 0.43% -
HSV(B) 182.83º 0.93% 0.81% -
XYZ 31.3 44.49 65.33 -
YUV 143.61 163.2 36.27 -
System Red Green Blue C M Y K H S L
Decimal 15 197 206 0.93 0.04 0 0.19 182.83 0.86 0.43
Hex F C5 CE 5D 4 0 13 B7 56 2B
Octal 17 305 316 135 4 0 23 267 126 53
Binary 1111 11000101 11001110 1011101 100 0 10011 10110111 1010110 101011

Color Harmonies of #0FC5CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FC5CE

Black with #0FC5CE

Text Example


Text Example

White with #0FC5CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,197,206); }

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

background-color css

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

 a { background-color: rgb(15,197,206); }

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

border-color css

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

 span { border-color: rgb(15,197,206); }

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