Shades of Light Cyan #D6FDFC
Tints of Light Cyan #D6FDFC
RGB
CMYK
RGB Variations
Color information
#D6FDFC (or 0xD6FDFC) is known color: Light Cyan. HEX triplet: D6, FD and FC. RGB value is (214,253,252). Sum of RGB (Red+Green+Blue) = 214+253+252=719 (95% of max value = 765). Red value is 214 (83.98% from 255 or 29.76% from 719); Green value is 253 (99.22% from 255 or 35.19% from 719); Blue value is 252 (98.83% from 255 or 35.05% from 719); Max value from RGB is 253 - color contains mainly: green. Hex color #D6FDFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D6FDFC is #290203. Grayscale: #F1F1F1. Windows color (decimal): -2687492 or 16580054. OLE color: 16580054.
HSL color Cylindrical-coordinate representation of color #D6FDFC: hue angle of 178.46º degrees, saturation: 0.91, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D6FDFC is Cyan = 0.15, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.01.
Color convert
RGB | 214 | 253 | 252 | - |
CMYK | 0.15 | 0 | 0.00 | 0.01 |
HSL | 178.46º | 0.91% | 0.92% | - |
HSV(B) | 178.46º | 0.15% | 0.99% | - |
XYZ | 80.43 | 91.57 | 105.53 | - |
YUV | 241.23 | 134.08 | 108.58 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 214 | 253 | 252 | 0.15 | 0 | 0.00 | 0.01 | 178.46 | 0.91 | 0.92 |
Hex | D6 | FD | FC | F | 0 | 0 | 1 | B2 | 5B | 5C |
Octal | 326 | 375 | 374 | 17 | 0 | 0 | 1 | 262 | 133 | 134 |
Binary | 11010110 | 11111101 | 11111100 | 1111 | 0 | 0 | 1 | 10110010 | 1011011 | 1011100 |
Color Harmonies of #D6FDFC
Complementary color
Monochromatic Colors of #D6FDFC
Black with #D6FDFC
Text Example
Text Example
White with #D6FDFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6FDFC; }
p { color: rgb(214,253,252); }
H1.HeaderClassName
{
color: #D6FDFC;
}
.AnyTagClassName
{
color: #D6FDFC;
}
</style>
background-color css
<style>
a { background-color: #D6FDFC; }
a { background-color: rgb(214,253,252); }
div.DivClassName
{
background-color: #D6FDFC;
}
.BgClassName
{
background-color: #D6FDFC;
}
</style>
border-color css
<style>
span { border-color: #D6FDFC; }
span { border-color: rgb(214,253,252); }
td.TdClassName
{
border-color: #D6FDFC;
}
.TagClassName
{
border-color: #D6FDFC;
}
</style>