Shades of Light Cyan #D1FCFB
Tints of Light Cyan #D1FCFB
RGB
CMYK
RGB Variations
Color information
#D1FCFB (or 0xD1FCFB) is known color: Light Cyan. HEX triplet: D1, FC and FB. RGB value is (209,252,251). Sum of RGB (Red+Green+Blue) = 209+252+251=712 (94% of max value = 765). Red value is 209 (82.03% from 255 or 29.35% from 712); Green value is 252 (98.83% from 255 or 35.39% from 712); Blue value is 251 (98.44% from 255 or 35.25% from 712); Max value from RGB is 252 - color contains mainly: green. Hex color #D1FCFB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D1FCFB is #2E0304. Grayscale: #EEEEEE. Windows color (decimal): -3015429 or 16514257. OLE color: 16514257.
HSL color Cylindrical-coordinate representation of color #D1FCFB: hue angle of 178.6º degrees, saturation: 0.88, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D1FCFB is Cyan = 0.17, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 209 | 252 | 251 | - |
| CMYK | 0.17 | 0 | 0.00 | 0.01 |
| HSL | 178.6º | 0.88% | 0.9% | - |
| HSV(B) | 178.6º | 0.17% | 0.99% | - |
| XYZ | 78.52 | 90.14 | 104.53 | - |
| YUV | 239.03 | 134.75 | 106.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 252 | 251 | 0.17 | 0 | 0.00 | 0.01 | 178.6 | 0.88 | 0.9 |
| Hex | D1 | FC | FB | 11 | 0 | 0 | 1 | B3 | 58 | 5A |
| Octal | 321 | 374 | 373 | 21 | 0 | 0 | 1 | 263 | 130 | 132 |
| Binary | 11010001 | 11111100 | 11111011 | 10001 | 0 | 0 | 1 | 10110011 | 1011000 | 1011010 |
Color Harmonies of #D1FCFB
Complementary color
Monochromatic Colors of #D1FCFB
Black with #D1FCFB
Text Example
Text Example
White with #D1FCFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1FCFB; }
p { color: rgb(209,252,251); }
H1.HeaderClassName
{
color: #D1FCFB;
}
.AnyTagClassName
{
color: #D1FCFB;
}
</style>
background-color css
<style>
a { background-color: #D1FCFB; }
a { background-color: rgb(209,252,251); }
div.DivClassName
{
background-color: #D1FCFB;
}
.BgClassName
{
background-color: #D1FCFB;
}
</style>
border-color css
<style>
span { border-color: #D1FCFB; }
span { border-color: rgb(209,252,251); }
td.TdClassName
{
border-color: #D1FCFB;
}
.TagClassName
{
border-color: #D1FCFB;
}
</style>