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

📋 copy color: '#0FDDC7'

red 15 ◦ green 221 ◦ blue 199

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

Shades of Robin's Egg Blue #0FDDC7

Tints of Robin's Egg Blue #0FDDC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 45.75%

R = 3.45%
G = 50.8%
B = 45.75%

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

#0FDDC7 (or 0x0FDDC7) is known color: Robin's Egg Blue. HEX triplet: 0F, DD and C7. RGB value is (15,221,199). Sum of RGB (Red+Green+Blue) = 15+221+199=435 (57% of max value = 765). Red value is 15 (6.25% from 255 or 3.45% from 435); Green value is 221 (86.72% from 255 or 50.80% from 435); Blue value is 199 (78.12% from 255 or 45.75% from 435); Max value from RGB is 221 - color contains mainly: green. Hex color #0FDDC7 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FDDC7 is #F02238. Grayscale: #9C9C9C. Windows color (decimal): -15737401 or 13098255. OLE color: 13098255.

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

Color convert

RGB 15 221 199 -
CMYK 0.93 0 0.10 0.13
HSL 173.59º 0.87% 0.46% -
HSV(B) 173.59º 0.93% 0.87% -
XYZ 36.36 55.94 62.91 -
YUV 156.9 151.75 26.79 -
System Red Green Blue C M Y K H S L
Decimal 15 221 199 0.93 0 0.10 0.13 173.59 0.87 0.46
Hex F DD C7 5D 0 A D AE 57 2E
Octal 17 335 307 135 0 12 15 256 127 56
Binary 1111 11011101 11000111 1011101 0 1010 1101 10101110 1010111 101110

Color Harmonies of #0FDDC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FDDC7

Black with #0FDDC7

Text Example


Text Example

White with #0FDDC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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