Shades of Light Cyan #D1F5FB
Tints of Light Cyan #D1F5FB
RGB
CMYK
RGB Variations
Color information
#D1F5FB (or 0xD1F5FB) is known color: Light Cyan. HEX triplet: D1, F5 and FB. RGB value is (209,245,251). Sum of RGB (Red+Green+Blue) = 209+245+251=705 (93% of max value = 765). Red value is 209 (82.03% from 255 or 29.65% from 705); Green value is 245 (96.09% from 255 or 34.75% from 705); Blue value is 251 (98.44% from 255 or 35.60% from 705); Max value from RGB is 251 - color contains mainly: blue. Hex color #D1F5FB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D1F5FB is #2E0A04. Grayscale: #EAEAEA. Windows color (decimal): -3017221 or 16512465. OLE color: 16512465.
HSL color Cylindrical-coordinate representation of color #D1F5FB: hue angle of 188.57º degrees, saturation: 0.84, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D1F5FB is Cyan = 0.17, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 209 | 245 | 251 | - |
| CMYK | 0.17 | 0.02 | 0 | 0.02 |
| HSL | 188.57º | 0.84% | 0.9% | - |
| HSV(B) | 188.57º | 0.17% | 0.98% | - |
| XYZ | 76.36 | 85.83 | 103.81 | - |
| YUV | 234.92 | 137.07 | 109.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 245 | 251 | 0.17 | 0.02 | 0 | 0.02 | 188.57 | 0.84 | 0.9 |
| Hex | D1 | F5 | FB | 11 | 2 | 0 | 2 | BD | 54 | 5A |
| Octal | 321 | 365 | 373 | 21 | 2 | 0 | 2 | 275 | 124 | 132 |
| Binary | 11010001 | 11110101 | 11111011 | 10001 | 10 | 0 | 10 | 10111101 | 1010100 | 1011010 |
Color Harmonies of #D1F5FB
Complementary color
Monochromatic Colors of #D1F5FB
Black with #D1F5FB
Text Example
Text Example
White with #D1F5FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1F5FB; }
p { color: rgb(209,245,251); }
H1.HeaderClassName
{
color: #D1F5FB;
}
.AnyTagClassName
{
color: #D1F5FB;
}
</style>
background-color css
<style>
a { background-color: #D1F5FB; }
a { background-color: rgb(209,245,251); }
div.DivClassName
{
background-color: #D1F5FB;
}
.BgClassName
{
background-color: #D1F5FB;
}
</style>
border-color css
<style>
span { border-color: #D1F5FB; }
span { border-color: rgb(209,245,251); }
td.TdClassName
{
border-color: #D1F5FB;
}
.TagClassName
{
border-color: #D1F5FB;
}
</style>