Shades of Light Cyan #D1FDFF
Tints of Light Cyan #D1FDFF
RGB
CMYK
RGB Variations
Color information
#D1FDFF (or 0xD1FDFF) is known color: Light Cyan. HEX triplet: D1, FD and FF. RGB value is (209,253,255). Sum of RGB (Red+Green+Blue) = 209+253+255=717 (94% of max value = 765). Red value is 209 (82.03% from 255 or 29.15% from 717); Green value is 253 (99.22% from 255 or 35.29% from 717); Blue value is 255 (100% from 255 or 35.56% from 717); Max value from RGB is 255 - color contains mainly: blue. Hex color #D1FDFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D1FDFF is #2E0200. Grayscale: #F0F0F0. Windows color (decimal): -3015169 or 16776657. OLE color: 16776657.
HSL color Cylindrical-coordinate representation of color #D1FDFF: hue angle of 182.61º 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 #D1FDFF is Cyan = 0.18, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 209 | 253 | 255 | - |
| CMYK | 0.18 | 0.01 | 0 | 0 |
| HSL | 182.61º | 1% | 0.91% | - |
| HSV(B) | 182.61º | 0.18% | 1% | - |
| XYZ | 79.47 | 91.03 | 107.99 | - |
| YUV | 240.07 | 136.42 | 105.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 253 | 255 | 0.18 | 0.01 | 0 | 0 | 182.61 | 1 | 0.91 |
| Hex | D1 | FD | FF | 12 | 1 | 0 | 0 | B7 | 64 | 5B |
| Octal | 321 | 375 | 377 | 22 | 1 | 0 | 0 | 267 | 144 | 133 |
| Binary | 11010001 | 11111101 | 11111111 | 10010 | 1 | 0 | 0 | 10110111 | 1100100 | 1011011 |
Color Harmonies of #D1FDFF
Complementary color
Monochromatic Colors of #D1FDFF
Black with #D1FDFF
Text Example
Text Example
White with #D1FDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1FDFF; }
p { color: rgb(209,253,255); }
H1.HeaderClassName
{
color: #D1FDFF;
}
.AnyTagClassName
{
color: #D1FDFF;
}
</style>
background-color css
<style>
a { background-color: #D1FDFF; }
a { background-color: rgb(209,253,255); }
div.DivClassName
{
background-color: #D1FDFF;
}
.BgClassName
{
background-color: #D1FDFF;
}
</style>
border-color css
<style>
span { border-color: #D1FDFF; }
span { border-color: rgb(209,253,255); }
td.TdClassName
{
border-color: #D1FDFF;
}
.TagClassName
{
border-color: #D1FDFF;
}
</style>