Shades of Light Cyan #D4FCFD
Tints of Light Cyan #D4FCFD
RGB
CMYK
RGB Variations
Color information
#D4FCFD (or 0xD4FCFD) is known color: Light Cyan. HEX triplet: D4, FC and FD. RGB value is (212,252,253). Sum of RGB (Red+Green+Blue) = 212+252+253=717 (94% of max value = 765). Red value is 212 (83.20% from 255 or 29.57% from 717); Green value is 252 (98.83% from 255 or 35.15% from 717); Blue value is 253 (99.22% from 255 or 35.29% from 717); Max value from RGB is 253 - color contains mainly: blue. Hex color #D4FCFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D4FCFD is #2B0302. Grayscale: #F0F0F0. Windows color (decimal): -2818819 or 16645332. OLE color: 16645332.
HSL color Cylindrical-coordinate representation of color #D4FCFD: hue angle of 181.46º degrees, saturation: 0.91, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D4FCFD is Cyan = 0.16, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 212 | 252 | 253 | - |
CMYK | 0.16 | 0.00 | 0 | 0.01 |
HSL | 181.46º | 0.91% | 0.91% | - |
HSV(B) | 181.46º | 0.16% | 0.99% | - |
XYZ | 79.69 | 90.71 | 106.24 | - |
YUV | 240.15 | 135.25 | 107.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 212 | 252 | 253 | 0.16 | 0.00 | 0 | 0.01 | 181.46 | 0.91 | 0.91 |
Hex | D4 | FC | FD | 10 | 0 | 0 | 1 | B5 | 5B | 5B |
Octal | 324 | 374 | 375 | 20 | 0 | 0 | 1 | 265 | 133 | 133 |
Binary | 11010100 | 11111100 | 11111101 | 10000 | 0 | 0 | 1 | 10110101 | 1011011 | 1011011 |
Color Harmonies of #D4FCFD
Complementary color
Monochromatic Colors of #D4FCFD
Black with #D4FCFD
Text Example
Text Example
White with #D4FCFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4FCFD; }
p { color: rgb(212,252,253); }
H1.HeaderClassName
{
color: #D4FCFD;
}
.AnyTagClassName
{
color: #D4FCFD;
}
</style>
background-color css
<style>
a { background-color: #D4FCFD; }
a { background-color: rgb(212,252,253); }
div.DivClassName
{
background-color: #D4FCFD;
}
.BgClassName
{
background-color: #D4FCFD;
}
</style>
border-color css
<style>
span { border-color: #D4FCFD; }
span { border-color: rgb(212,252,253); }
td.TdClassName
{
border-color: #D4FCFD;
}
.TagClassName
{
border-color: #D4FCFD;
}
</style>