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

📋 copy color: '#0FDDC6'

red 15 ◦ green 221 ◦ blue 198

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

Shades of Robin's Egg Blue #0FDDC6

Tints of Robin's Egg Blue #0FDDC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 45.62%

R = 3.46%
G = 50.92%
B = 45.62%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.10

 K value IS 0.13

RGB Variations

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

Color information

#0FDDC6 (or 0x0FDDC6) is known color: Robin's Egg Blue. HEX triplet: 0F, DD and C6. RGB value is (15,221,198). Sum of RGB (Red+Green+Blue) = 15+221+198=434 (57% of max value = 765). Red value is 15 (6.25% from 255 or 3.46% from 434); Green value is 221 (86.72% from 255 or 50.92% from 434); Blue value is 198 (77.73% from 255 or 45.62% from 434); Max value from RGB is 221 - color contains mainly: green. Hex color #0FDDC6 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FDDC6 is #F02239. Grayscale: #9C9C9C. Windows color (decimal): -15737402 or 13032719. OLE color: 13032719.

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

Color convert

RGB 15 221 198 -
CMYK 0.93 0 0.10 0.13
HSL 173.3º 0.87% 0.46% -
HSV(B) 173.3º 0.93% 0.87% -
XYZ 36.25 55.89 62.3 -
YUV 156.78 151.25 26.87 -
System Red Green Blue C M Y K H S L
Decimal 15 221 198 0.93 0 0.10 0.13 173.3 0.87 0.46
Hex F DD C6 5D 0 A D AD 57 2E
Octal 17 335 306 135 0 12 15 255 127 56
Binary 1111 11011101 11000110 1011101 0 1010 1101 10101101 1010111 101110

Color Harmonies of #0FDDC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FDDC6

Black with #0FDDC6

Text Example


Text Example

White with #0FDDC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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