Shades of Clear Day #D9FBEF
Tints of Clear Day #D9FBEF
RGB
CMYK
RGB Variations
Color information
#D9FBEF (or 0xD9FBEF) is known color: Clear Day. HEX triplet: D9, FB and EF. RGB value is (217,251,239). Sum of RGB (Red+Green+Blue) = 217+251+239=707 (93% of max value = 765). Red value is 217 (85.16% from 255 or 30.69% from 707); Green value is 251 (98.44% from 255 or 35.50% from 707); Blue value is 239 (93.75% from 255 or 33.80% from 707); Max value from RGB is 251 - color contains mainly: green. Hex color #D9FBEF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D9FBEF is #260410. Grayscale: #EFEFEF. Windows color (decimal): -2491409 or 15727577. OLE color: 15727577.
HSL color Cylindrical-coordinate representation of color #D9FBEF: hue angle of 158.82º degrees, saturation: 0.81, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D9FBEF is Cyan = 0.14, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
RGB | 217 | 251 | 239 | - |
CMYK | 0.14 | 0 | 0.05 | 0.02 |
HSL | 158.82º | 0.81% | 0.92% | - |
HSV(B) | 158.82º | 0.14% | 0.98% | - |
XYZ | 78.69 | 89.98 | 94.88 | - |
YUV | 239.47 | 127.74 | 111.98 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 217 | 251 | 239 | 0.14 | 0 | 0.05 | 0.02 | 158.82 | 0.81 | 0.92 |
Hex | D9 | FB | EF | E | 0 | 5 | 2 | 9F | 51 | 5C |
Octal | 331 | 373 | 357 | 16 | 0 | 5 | 2 | 237 | 121 | 134 |
Binary | 11011001 | 11111011 | 11101111 | 1110 | 0 | 101 | 10 | 10011111 | 1010001 | 1011100 |
Color Harmonies of #D9FBEF
Complementary color
Monochromatic Colors of #D9FBEF
Black with #D9FBEF
Text Example
Text Example
White with #D9FBEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9FBEF; }
p { color: rgb(217,251,239); }
H1.HeaderClassName
{
color: #D9FBEF;
}
.AnyTagClassName
{
color: #D9FBEF;
}
</style>
background-color css
<style>
a { background-color: #D9FBEF; }
a { background-color: rgb(217,251,239); }
div.DivClassName
{
background-color: #D9FBEF;
}
.BgClassName
{
background-color: #D9FBEF;
}
</style>
border-color css
<style>
span { border-color: #D9FBEF; }
span { border-color: rgb(217,251,239); }
td.TdClassName
{
border-color: #D9FBEF;
}
.TagClassName
{
border-color: #D9FBEF;
}
</style>