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

📋 copy color: '#0FE0C4'

red 15 ◦ green 224 ◦ blue 196

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

Shades of Robin's Egg Blue #0FE0C4

Tints of Robin's Egg Blue #0FE0C4

RGB

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

 GREEN value IS 224 (87.89% from 255) = 51.49%

 BLUE value IS 196 (76.95% from 255) = 45.06%

R = 3.45%
G = 51.49%
B = 45.06%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.12

 K value IS 0.12

RGB Variations

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

Color information

#0FE0C4 (or 0x0FE0C4) is known color: Robin's Egg Blue. HEX triplet: 0F, E0 and C4. RGB value is (15,224,196). Sum of RGB (Red+Green+Blue) = 15+224+196=435 (57% of max value = 765). Red value is 15 (6.25% from 255 or 3.45% from 435); Green value is 224 (87.89% from 255 or 51.49% from 435); Blue value is 196 (76.95% from 255 or 45.06% from 435); Max value from RGB is 224 - color contains mainly: green. Hex color #0FE0C4 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FE0C4 is #F01F3B. Grayscale: #9E9E9E. Windows color (decimal): -15736636 or 12902415. OLE color: 12902415.

HSL color Cylindrical-coordinate representation of color #0FE0C4: hue angle of 171.96º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FE0C4 is Cyan = 0.93, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.12.

Color convert

RGB 15 224 196 -
CMYK 0.93 0 0.12 0.12
HSL 171.96º 0.87% 0.47% -
HSV(B) 171.96º 0.93% 0.88% -
XYZ 36.82 57.4 61.36 -
YUV 158.32 149.26 25.78 -
System Red Green Blue C M Y K H S L
Decimal 15 224 196 0.93 0 0.12 0.12 171.96 0.87 0.47
Hex F E0 C4 5D 0 C C AC 57 2F
Octal 17 340 304 135 0 14 14 254 127 57
Binary 1111 11100000 11000100 1011101 0 1100 1100 10101100 1010111 101111

Color Harmonies of #0FE0C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FE0C4

Black with #0FE0C4

Text Example


Text Example

White with #0FE0C4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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