Shades of Light Cyan #D6FCFD
Tints of Light Cyan #D6FCFD
RGB
CMYK
RGB Variations
Color information
#D6FCFD (or 0xD6FCFD) is known color: Light Cyan. HEX triplet: D6, FC and FD. RGB value is (214,252,253). Sum of RGB (Red+Green+Blue) = 214+252+253=719 (95% of max value = 765). Red value is 214 (83.98% from 255 or 29.76% from 719); Green value is 252 (98.83% from 255 or 35.05% from 719); Blue value is 253 (99.22% from 255 or 35.19% from 719); Max value from RGB is 253 - color contains mainly: blue. Hex color #D6FCFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D6FCFD is #290302. Grayscale: #F0F0F0. Windows color (decimal): -2687747 or 16645334. OLE color: 16645334.
HSL color Cylindrical-coordinate representation of color #D6FCFD: hue angle of 181.54º 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 #D6FCFD is Cyan = 0.15, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 214 | 252 | 253 | - |
CMYK | 0.15 | 0.00 | 0 | 0.01 |
HSL | 181.54º | 0.91% | 0.92% | - |
HSV(B) | 181.54º | 0.15% | 0.99% | - |
XYZ | 80.27 | 91.01 | 106.26 | - |
YUV | 240.75 | 134.91 | 108.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 214 | 252 | 253 | 0.15 | 0.00 | 0 | 0.01 | 181.54 | 0.91 | 0.92 |
Hex | D6 | FC | FD | F | 0 | 0 | 1 | B6 | 5B | 5C |
Octal | 326 | 374 | 375 | 17 | 0 | 0 | 1 | 266 | 133 | 134 |
Binary | 11010110 | 11111100 | 11111101 | 1111 | 0 | 0 | 1 | 10110110 | 1011011 | 1011100 |
Color Harmonies of #D6FCFD
Complementary color
Monochromatic Colors of #D6FCFD
Black with #D6FCFD
Text Example
Text Example
White with #D6FCFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6FCFD; }
p { color: rgb(214,252,253); }
H1.HeaderClassName
{
color: #D6FCFD;
}
.AnyTagClassName
{
color: #D6FCFD;
}
</style>
background-color css
<style>
a { background-color: #D6FCFD; }
a { background-color: rgb(214,252,253); }
div.DivClassName
{
background-color: #D6FCFD;
}
.BgClassName
{
background-color: #D6FCFD;
}
</style>
border-color css
<style>
span { border-color: #D6FCFD; }
span { border-color: rgb(214,252,253); }
td.TdClassName
{
border-color: #D6FCFD;
}
.TagClassName
{
border-color: #D6FCFD;
}
</style>