Shades of Light Cyan #D1FDFB
Tints of Light Cyan #D1FDFB
RGB
CMYK
RGB Variations
Color information
#D1FDFB (or 0xD1FDFB) is known color: Light Cyan. HEX triplet: D1, FD and FB. RGB value is (209,253,251). Sum of RGB (Red+Green+Blue) = 209+253+251=713 (94% of max value = 765). Red value is 209 (82.03% from 255 or 29.31% from 713); Green value is 253 (99.22% from 255 or 35.48% from 713); Blue value is 251 (98.44% from 255 or 35.20% from 713); Max value from RGB is 253 - color contains mainly: green. Hex color #D1FDFB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D1FDFB is #2E0204. Grayscale: #EFEFEF. Windows color (decimal): -3015173 or 16514513. OLE color: 16514513.
HSL color Cylindrical-coordinate representation of color #D1FDFB: hue angle of 177.27º degrees, saturation: 0.92, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D1FDFB is Cyan = 0.17, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.01.
Color convert
RGB | 209 | 253 | 251 | - |
CMYK | 0.17 | 0 | 0.01 | 0.01 |
HSL | 177.27º | 0.92% | 0.91% | - |
HSV(B) | 177.27º | 0.17% | 0.99% | - |
XYZ | 78.83 | 90.77 | 104.63 | - |
YUV | 239.62 | 134.42 | 106.16 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 209 | 253 | 251 | 0.17 | 0 | 0.01 | 0.01 | 177.27 | 0.92 | 0.91 |
Hex | D1 | FD | FB | 11 | 0 | 1 | 1 | B1 | 5C | 5B |
Octal | 321 | 375 | 373 | 21 | 0 | 1 | 1 | 261 | 134 | 133 |
Binary | 11010001 | 11111101 | 11111011 | 10001 | 0 | 1 | 1 | 10110001 | 1011100 | 1011011 |
Color Harmonies of #D1FDFB
Complementary color
Monochromatic Colors of #D1FDFB
Black with #D1FDFB
Text Example
Text Example
White with #D1FDFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1FDFB; }
p { color: rgb(209,253,251); }
H1.HeaderClassName
{
color: #D1FDFB;
}
.AnyTagClassName
{
color: #D1FDFB;
}
</style>
background-color css
<style>
a { background-color: #D1FDFB; }
a { background-color: rgb(209,253,251); }
div.DivClassName
{
background-color: #D1FDFB;
}
.BgClassName
{
background-color: #D1FDFB;
}
</style>
border-color css
<style>
span { border-color: #D1FDFB; }
span { border-color: rgb(209,253,251); }
td.TdClassName
{
border-color: #D1FDFB;
}
.TagClassName
{
border-color: #D1FDFB;
}
</style>