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

📋 copy color: '#0FC8C4'

red 15 ◦ green 200 ◦ blue 196

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

Shades of Robin's Egg Blue #0FC8C4

Tints of Robin's Egg Blue #0FC8C4

RGB

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

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

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

R = 3.65%
G = 48.66%
B = 47.69%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.02

 K value IS 0.22

RGB Variations

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

Color information

#0FC8C4 (or 0x0FC8C4) is known color: Robin's Egg Blue. HEX triplet: 0F, C8 and C4. RGB value is (15,200,196). Sum of RGB (Red+Green+Blue) = 15+200+196=411 (54% of max value = 765). Red value is 15 (6.25% from 255 or 3.65% from 411); Green value is 200 (78.52% from 255 or 48.66% from 411); Blue value is 196 (76.95% from 255 or 47.69% from 411); Max value from RGB is 200 - color contains mainly: green. Hex color #0FC8C4 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FC8C4 is #F0373B. Grayscale: #909090. Windows color (decimal): -15742780 or 12896271. OLE color: 12896271.

HSL color Cylindrical-coordinate representation of color #0FC8C4: hue angle of 178.7º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FC8C4 is Cyan = 0.92, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.22.

Color convert

RGB 15 200 196 -
CMYK 0.92 0 0.02 0.22
HSL 178.7º 0.86% 0.42% -
HSV(B) 178.7º 0.93% 0.78% -
XYZ 30.82 45.4 59.36 -
YUV 144.23 157.21 35.83 -
System Red Green Blue C M Y K H S L
Decimal 15 200 196 0.92 0 0.02 0.22 178.7 0.86 0.42
Hex F C8 C4 5C 0 2 16 B3 56 2A
Octal 17 310 304 134 0 2 26 263 126 52
Binary 1111 11001000 11000100 1011100 0 10 10110 10110011 1010110 101010

Color Harmonies of #0FC8C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FC8C4

Black with #0FC8C4

Text Example


Text Example

White with #0FC8C4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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