Shades of Light Cyan #D1FBF5
Tints of Light Cyan #D1FBF5
RGB
CMYK
RGB Variations
Color information
#D1FBF5 (or 0xD1FBF5) is known color: Light Cyan. HEX triplet: D1, FB and F5. RGB value is (209,251,245). Sum of RGB (Red+Green+Blue) = 209+251+245=705 (93% of max value = 765). Red value is 209 (82.03% from 255 or 29.65% from 705); Green value is 251 (98.44% from 255 or 35.60% from 705); Blue value is 245 (96.09% from 255 or 34.75% from 705); Max value from RGB is 251 - color contains mainly: green. Hex color #D1FBF5 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D1FBF5 is #2E040A. Grayscale: #EDEDED. Windows color (decimal): -3015691 or 16120785. OLE color: 16120785.
HSL color Cylindrical-coordinate representation of color #D1FBF5: hue angle of 171.43º 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 #D1FBF5 is Cyan = 0.17, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 209 | 251 | 245 | - |
| CMYK | 0.17 | 0 | 0.02 | 0.02 |
| HSL | 171.43º | 0.84% | 0.9% | - |
| HSV(B) | 171.43º | 0.17% | 0.98% | - |
| XYZ | 77.27 | 89.14 | 99.52 | - |
| YUV | 237.76 | 132.09 | 107.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 251 | 245 | 0.17 | 0 | 0.02 | 0.02 | 171.43 | 0.84 | 0.9 |
| Hex | D1 | FB | F5 | 11 | 0 | 2 | 2 | AB | 54 | 5A |
| Octal | 321 | 373 | 365 | 21 | 0 | 2 | 2 | 253 | 124 | 132 |
| Binary | 11010001 | 11111011 | 11110101 | 10001 | 0 | 10 | 10 | 10101011 | 1010100 | 1011010 |
Color Harmonies of #D1FBF5
Complementary color
Monochromatic Colors of #D1FBF5
Black with #D1FBF5
Text Example
Text Example
White with #D1FBF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1FBF5; }
p { color: rgb(209,251,245); }
H1.HeaderClassName
{
color: #D1FBF5;
}
.AnyTagClassName
{
color: #D1FBF5;
}
</style>
background-color css
<style>
a { background-color: #D1FBF5; }
a { background-color: rgb(209,251,245); }
div.DivClassName
{
background-color: #D1FBF5;
}
.BgClassName
{
background-color: #D1FBF5;
}
</style>
border-color css
<style>
span { border-color: #D1FBF5; }
span { border-color: rgb(209,251,245); }
td.TdClassName
{
border-color: #D1FBF5;
}
.TagClassName
{
border-color: #D1FBF5;
}
</style>