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

📋 copy color: '#0FDDB6'

red 15 ◦ green 221 ◦ blue 182

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

Shades of Robin's Egg Blue #0FDDB6

Tints of Robin's Egg Blue #0FDDB6

RGB

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

 GREEN value IS 221 (86.72% from 255) = 52.87%

 BLUE value IS 182 (71.48% from 255) = 43.54%

R = 3.59%
G = 52.87%
B = 43.54%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.18

 K value IS 0.13

RGB Variations

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

Color information

#0FDDB6 (or 0x0FDDB6) is known color: Robin's Egg Blue. HEX triplet: 0F, DD and B6. RGB value is (15,221,182). Sum of RGB (Red+Green+Blue) = 15+221+182=418 (55% of max value = 765). Red value is 15 (6.25% from 255 or 3.59% from 418); Green value is 221 (86.72% from 255 or 52.87% from 418); Blue value is 182 (71.48% from 255 or 43.54% from 418); Max value from RGB is 221 - color contains mainly: green. Hex color #0FDDB6 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FDDB6 is #F02249. Grayscale: #9A9A9A. Windows color (decimal): -15737418 or 11984143. OLE color: 11984143.

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

Color convert

RGB 15 221 182 -
CMYK 0.93 0 0.18 0.13
HSL 168.64º 0.87% 0.46% -
HSV(B) 168.64º 0.93% 0.87% -
XYZ 34.5 55.19 53.09 -
YUV 154.96 143.25 28.17 -
System Red Green Blue C M Y K H S L
Decimal 15 221 182 0.93 0 0.18 0.13 168.64 0.87 0.46
Hex F DD B6 5D 0 12 D A9 57 2E
Octal 17 335 266 135 0 22 15 251 127 56
Binary 1111 11011101 10110110 1011101 0 10010 1101 10101001 1010111 101110

Color Harmonies of #0FDDB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FDDB6

Black with #0FDDB6

Text Example


Text Example

White with #0FDDB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,221,182); }

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

background-color css

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

 a { background-color: rgb(15,221,182); }

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

border-color css

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

 span { border-color: rgb(15,221,182); }

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