Shades of Light Cyan #D1FCFC
Tints of Light Cyan #D1FCFC
RGB
CMYK
RGB Variations
Color information
#D1FCFC (or 0xD1FCFC) is known color: Light Cyan. HEX triplet: D1, FC and FC. RGB value is (209,252,252). Sum of RGB (Red+Green+Blue) = 209+252+252=713 (94% of max value = 765). Red value is 209 (82.03% from 255 or 29.31% from 713); Green value is 252 (98.83% from 255 or 35.34% from 713); Blue value is 252 (98.83% from 255 or 35.34% from 713); Max value from RGB is 252 - color contains mainly: green, blue. Hex color #D1FCFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D1FCFC is #2E0303. Grayscale: #EFEFEF. Windows color (decimal): -3015428 or 16579793. OLE color: 16579793.
HSL color Cylindrical-coordinate representation of color #D1FCFC: hue angle of 180º 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 #D1FCFC is Cyan = 0.17, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 209 | 252 | 252 | - |
CMYK | 0.17 | 0 | 0 | 0.01 |
HSL | 180º | 0.88% | 0.9% | - |
HSV(B) | 180º | 0.17% | 0.99% | - |
XYZ | 78.68 | 90.2 | 105.36 | - |
YUV | 239.14 | 135.25 | 106.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 209 | 252 | 252 | 0.17 | 0 | 0 | 0.01 | 180 | 0.88 | 0.9 |
Hex | D1 | FC | FC | 11 | 0 | 0 | 1 | B4 | 58 | 5A |
Octal | 321 | 374 | 374 | 21 | 0 | 0 | 1 | 264 | 130 | 132 |
Binary | 11010001 | 11111100 | 11111100 | 10001 | 0 | 0 | 1 | 10110100 | 1011000 | 1011010 |
Color Harmonies of #D1FCFC
Complementary color
Monochromatic Colors of #D1FCFC
Black with #D1FCFC
Text Example
Text Example
White with #D1FCFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1FCFC; }
p { color: rgb(209,252,252); }
H1.HeaderClassName
{
color: #D1FCFC;
}
.AnyTagClassName
{
color: #D1FCFC;
}
</style>
background-color css
<style>
a { background-color: #D1FCFC; }
a { background-color: rgb(209,252,252); }
div.DivClassName
{
background-color: #D1FCFC;
}
.BgClassName
{
background-color: #D1FCFC;
}
</style>
border-color css
<style>
span { border-color: #D1FCFC; }
span { border-color: rgb(209,252,252); }
td.TdClassName
{
border-color: #D1FCFC;
}
.TagClassName
{
border-color: #D1FCFC;
}
</style>