Shades of Light Cyan #D1FAF9
Tints of Light Cyan #D1FAF9
RGB
CMYK
RGB Variations
Color information
#D1FAF9 (or 0xD1FAF9) is known color: Light Cyan. HEX triplet: D1, FA and F9. RGB value is (209,250,249). Sum of RGB (Red+Green+Blue) = 209+250+249=708 (93% of max value = 765). Red value is 209 (82.03% from 255 or 29.52% from 708); Green value is 250 (98.05% from 255 or 35.31% from 708); Blue value is 249 (97.66% from 255 or 35.17% from 708); Max value from RGB is 250 - color contains mainly: green. Hex color #D1FAF9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D1FAF9 is #2E0506. Grayscale: #EDEDED. Windows color (decimal): -3015943 or 16382673. OLE color: 16382673.
HSL color Cylindrical-coordinate representation of color #D1FAF9: hue angle of 178.54º degrees, saturation: 0.8, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D1FAF9 is Cyan = 0.16, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 209 | 250 | 249 | - |
| CMYK | 0.16 | 0 | 0.00 | 0.02 |
| HSL | 178.54º | 0.8% | 0.9% | - |
| HSV(B) | 178.54º | 0.16% | 0.98% | - |
| XYZ | 77.58 | 88.77 | 102.67 | - |
| YUV | 237.63 | 134.42 | 107.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 250 | 249 | 0.16 | 0 | 0.00 | 0.02 | 178.54 | 0.8 | 0.9 |
| Hex | D1 | FA | F9 | 10 | 0 | 0 | 2 | B3 | 50 | 5A |
| Octal | 321 | 372 | 371 | 20 | 0 | 0 | 2 | 263 | 120 | 132 |
| Binary | 11010001 | 11111010 | 11111001 | 10000 | 0 | 0 | 10 | 10110011 | 1010000 | 1011010 |
Color Harmonies of #D1FAF9
Complementary color
Monochromatic Colors of #D1FAF9
Black with #D1FAF9
Text Example
Text Example
White with #D1FAF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1FAF9; }
p { color: rgb(209,250,249); }
H1.HeaderClassName
{
color: #D1FAF9;
}
.AnyTagClassName
{
color: #D1FAF9;
}
</style>
background-color css
<style>
a { background-color: #D1FAF9; }
a { background-color: rgb(209,250,249); }
div.DivClassName
{
background-color: #D1FAF9;
}
.BgClassName
{
background-color: #D1FAF9;
}
</style>
border-color css
<style>
span { border-color: #D1FAF9; }
span { border-color: rgb(209,250,249); }
td.TdClassName
{
border-color: #D1FAF9;
}
.TagClassName
{
border-color: #D1FAF9;
}
</style>