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

📋 copy color: '#0FDEB8'

red 15 ◦ green 222 ◦ blue 184

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

Shades of Robin's Egg Blue #0FDEB8

Tints of Robin's Egg Blue #0FDEB8

RGB

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

 GREEN value IS 222 (87.11% from 255) = 52.73%

 BLUE value IS 184 (72.27% from 255) = 43.71%

R = 3.56%
G = 52.73%
B = 43.71%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.17

 K value IS 0.13

RGB Variations

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

Color information

#0FDEB8 (or 0x0FDEB8) is known color: Robin's Egg Blue. HEX triplet: 0F, DE and B8. RGB value is (15,222,184). Sum of RGB (Red+Green+Blue) = 15+222+184=421 (55% of max value = 765). Red value is 15 (6.25% from 255 or 3.56% from 421); Green value is 222 (87.11% from 255 or 52.73% from 421); Blue value is 184 (72.27% from 255 or 43.71% from 421); Max value from RGB is 222 - color contains mainly: green. Hex color #0FDEB8 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FDEB8 is #F02147. Grayscale: #9B9B9B. Windows color (decimal): -15737160 or 12115471. OLE color: 12115471.

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

Color convert

RGB 15 222 184 -
CMYK 0.93 0 0.17 0.13
HSL 168.99º 0.87% 0.46% -
HSV(B) 168.99º 0.93% 0.87% -
XYZ 34.97 55.8 54.28 -
YUV 155.78 143.92 27.59 -
System Red Green Blue C M Y K H S L
Decimal 15 222 184 0.93 0 0.17 0.13 168.99 0.87 0.46
Hex F DE B8 5D 0 11 D A9 57 2E
Octal 17 336 270 135 0 21 15 251 127 56
Binary 1111 11011110 10111000 1011101 0 10001 1101 10101001 1010111 101110

Color Harmonies of #0FDEB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FDEB8

Black with #0FDEB8

Text Example


Text Example

White with #0FDEB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,222,184); }

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

background-color css

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

 a { background-color: rgb(15,222,184); }

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

border-color css

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

 span { border-color: rgb(15,222,184); }

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