Shades of Light Cyan #D1F4FC
Tints of Light Cyan #D1F4FC
RGB
CMYK
RGB Variations
Color information
#D1F4FC (or 0xD1F4FC) is known color: Light Cyan. HEX triplet: D1, F4 and FC. RGB value is (209,244,252). Sum of RGB (Red+Green+Blue) = 209+244+252=705 (93% of max value = 765). Red value is 209 (82.03% from 255 or 29.65% from 705); Green value is 244 (95.70% from 255 or 34.61% from 705); Blue value is 252 (98.83% from 255 or 35.74% from 705); Max value from RGB is 252 - color contains mainly: blue. Hex color #D1F4FC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D1F4FC is #2E0B03. Grayscale: #EAEAEA. Windows color (decimal): -3017476 or 16577745. OLE color: 16577745.
HSL color Cylindrical-coordinate representation of color #D1F4FC: hue angle of 191.16º degrees, saturation: 0.88, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D1F4FC is Cyan = 0.17, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 209 | 244 | 252 | - |
CMYK | 0.17 | 0.03 | 0 | 0.01 |
HSL | 191.16º | 0.88% | 0.9% | - |
HSV(B) | 191.16º | 0.17% | 0.99% | - |
XYZ | 76.22 | 85.28 | 104.54 | - |
YUV | 234.45 | 137.9 | 109.85 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 209 | 244 | 252 | 0.17 | 0.03 | 0 | 0.01 | 191.16 | 0.88 | 0.9 |
Hex | D1 | F4 | FC | 11 | 3 | 0 | 1 | BF | 58 | 5A |
Octal | 321 | 364 | 374 | 21 | 3 | 0 | 1 | 277 | 130 | 132 |
Binary | 11010001 | 11110100 | 11111100 | 10001 | 11 | 0 | 1 | 10111111 | 1011000 | 1011010 |
Color Harmonies of #D1F4FC
Complementary color
Monochromatic Colors of #D1F4FC
Black with #D1F4FC
Text Example
Text Example
White with #D1F4FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1F4FC; }
p { color: rgb(209,244,252); }
H1.HeaderClassName
{
color: #D1F4FC;
}
.AnyTagClassName
{
color: #D1F4FC;
}
</style>
background-color css
<style>
a { background-color: #D1F4FC; }
a { background-color: rgb(209,244,252); }
div.DivClassName
{
background-color: #D1F4FC;
}
.BgClassName
{
background-color: #D1F4FC;
}
</style>
border-color css
<style>
span { border-color: #D1F4FC; }
span { border-color: rgb(209,244,252); }
td.TdClassName
{
border-color: #D1F4FC;
}
.TagClassName
{
border-color: #D1F4FC;
}
</style>