Shades of Light Cyan #D4FEFC
Tints of Light Cyan #D4FEFC
RGB
CMYK
RGB Variations
Color information
#D4FEFC (or 0xD4FEFC) is known color: Light Cyan. HEX triplet: D4, FE and FC. RGB value is (212,254,252). Sum of RGB (Red+Green+Blue) = 212+254+252=718 (95% of max value = 765). Red value is 212 (83.20% from 255 or 29.53% from 718); Green value is 254 (99.61% from 255 or 35.38% from 718); Blue value is 252 (98.83% from 255 or 35.10% from 718); Max value from RGB is 254 - color contains mainly: green. Hex color #D4FEFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D4FEFC is #2B0103. Grayscale: #F1F1F1. Windows color (decimal): -2818308 or 16580308. OLE color: 16580308.
HSL color Cylindrical-coordinate representation of color #D4FEFC: hue angle of 177.14º degrees, saturation: 0.95, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D4FEFC is Cyan = 0.17, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 212 | 254 | 252 | - |
| CMYK | 0.17 | 0 | 0.01 | 0.00 |
| HSL | 177.14º | 0.95% | 0.91% | - |
| HSV(B) | 177.14º | 0.17% | 1% | - |
| XYZ | 80.16 | 91.91 | 105.61 | - |
| YUV | 241.21 | 134.09 | 107.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 254 | 252 | 0.17 | 0 | 0.01 | 0.00 | 177.14 | 0.95 | 0.91 |
| Hex | D4 | FE | FC | 11 | 0 | 1 | 0 | B1 | 5F | 5B |
| Octal | 324 | 376 | 374 | 21 | 0 | 1 | 0 | 261 | 137 | 133 |
| Binary | 11010100 | 11111110 | 11111100 | 10001 | 0 | 1 | 0 | 10110001 | 1011111 | 1011011 |
Color Harmonies of #D4FEFC
Complementary color
Monochromatic Colors of #D4FEFC
Black with #D4FEFC
Text Example
Text Example
White with #D4FEFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4FEFC; }
p { color: rgb(212,254,252); }
H1.HeaderClassName
{
color: #D4FEFC;
}
.AnyTagClassName
{
color: #D4FEFC;
}
</style>
background-color css
<style>
a { background-color: #D4FEFC; }
a { background-color: rgb(212,254,252); }
div.DivClassName
{
background-color: #D4FEFC;
}
.BgClassName
{
background-color: #D4FEFC;
}
</style>
border-color css
<style>
span { border-color: #D4FEFC; }
span { border-color: rgb(212,254,252); }
td.TdClassName
{
border-color: #D4FEFC;
}
.TagClassName
{
border-color: #D4FEFC;
}
</style>