Shades of Light Cyan #D1FCFF
Tints of Light Cyan #D1FCFF
RGB
CMYK
RGB Variations
Color information
#D1FCFF (or 0xD1FCFF) is known color: Light Cyan. HEX triplet: D1, FC and FF. RGB value is (209,252,255). Sum of RGB (Red+Green+Blue) = 209+252+255=716 (94% of max value = 765). Red value is 209 (82.03% from 255 or 29.19% from 716); Green value is 252 (98.83% from 255 or 35.20% from 716); Blue value is 255 (100% from 255 or 35.61% from 716); Max value from RGB is 255 - color contains mainly: blue. Hex color #D1FCFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D1FCFF is #2E0300. Grayscale: #EFEFEF. Windows color (decimal): -3015425 or 16776401. OLE color: 16776401.
HSL color Cylindrical-coordinate representation of color #D1FCFF: hue angle of 183.91º degrees, saturation: 1, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D1FCFF is Cyan = 0.18, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 209 | 252 | 255 | - |
| CMYK | 0.18 | 0.01 | 0 | 0 |
| HSL | 183.91º | 1% | 0.91% | - |
| HSV(B) | 183.91º | 0.18% | 1% | - |
| XYZ | 79.15 | 90.4 | 107.88 | - |
| YUV | 239.49 | 136.75 | 106.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 252 | 255 | 0.18 | 0.01 | 0 | 0 | 183.91 | 1 | 0.91 |
| Hex | D1 | FC | FF | 12 | 1 | 0 | 0 | B8 | 64 | 5B |
| Octal | 321 | 374 | 377 | 22 | 1 | 0 | 0 | 270 | 144 | 133 |
| Binary | 11010001 | 11111100 | 11111111 | 10010 | 1 | 0 | 0 | 10111000 | 1100100 | 1011011 |
Color Harmonies of #D1FCFF
Complementary color
Monochromatic Colors of #D1FCFF
Black with #D1FCFF
Text Example
Text Example
White with #D1FCFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1FCFF; }
p { color: rgb(209,252,255); }
H1.HeaderClassName
{
color: #D1FCFF;
}
.AnyTagClassName
{
color: #D1FCFF;
}
</style>
background-color css
<style>
a { background-color: #D1FCFF; }
a { background-color: rgb(209,252,255); }
div.DivClassName
{
background-color: #D1FCFF;
}
.BgClassName
{
background-color: #D1FCFF;
}
</style>
border-color css
<style>
span { border-color: #D1FCFF; }
span { border-color: rgb(209,252,255); }
td.TdClassName
{
border-color: #D1FCFF;
}
.TagClassName
{
border-color: #D1FCFF;
}
</style>