Shades of Light Cyan #D4FBFC
Tints of Light Cyan #D4FBFC
RGB
CMYK
RGB Variations
Color information
#D4FBFC (or 0xD4FBFC) is known color: Light Cyan. HEX triplet: D4, FB and FC. RGB value is (212,251,252). Sum of RGB (Red+Green+Blue) = 212+251+252=715 (94% of max value = 765). Red value is 212 (83.20% from 255 or 29.65% from 715); Green value is 251 (98.44% from 255 or 35.10% from 715); Blue value is 252 (98.83% from 255 or 35.24% from 715); Max value from RGB is 252 - color contains mainly: blue. Hex color #D4FBFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D4FBFC is #2B0403. Grayscale: #EFEFEF. Windows color (decimal): -2819076 or 16579540. OLE color: 16579540.
HSL color Cylindrical-coordinate representation of color #D4FBFC: hue angle of 181.5º degrees, saturation: 0.87, 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 #D4FBFC is Cyan = 0.16, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 212 | 251 | 252 | - |
| CMYK | 0.16 | 0.00 | 0 | 0.01 |
| HSL | 181.5º | 0.87% | 0.91% | - |
| HSV(B) | 181.5º | 0.16% | 0.99% | - |
| XYZ | 79.22 | 90.02 | 105.3 | - |
| YUV | 239.45 | 135.08 | 108.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 251 | 252 | 0.16 | 0.00 | 0 | 0.01 | 181.5 | 0.87 | 0.91 |
| Hex | D4 | FB | FC | 10 | 0 | 0 | 1 | B6 | 57 | 5B |
| Octal | 324 | 373 | 374 | 20 | 0 | 0 | 1 | 266 | 127 | 133 |
| Binary | 11010100 | 11111011 | 11111100 | 10000 | 0 | 0 | 1 | 10110110 | 1010111 | 1011011 |
Color Harmonies of #D4FBFC
Complementary color
Monochromatic Colors of #D4FBFC
Black with #D4FBFC
Text Example
Text Example
White with #D4FBFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4FBFC; }
p { color: rgb(212,251,252); }
H1.HeaderClassName
{
color: #D4FBFC;
}
.AnyTagClassName
{
color: #D4FBFC;
}
</style>
background-color css
<style>
a { background-color: #D4FBFC; }
a { background-color: rgb(212,251,252); }
div.DivClassName
{
background-color: #D4FBFC;
}
.BgClassName
{
background-color: #D4FBFC;
}
</style>
border-color css
<style>
span { border-color: #D4FBFC; }
span { border-color: rgb(212,251,252); }
td.TdClassName
{
border-color: #D4FBFC;
}
.TagClassName
{
border-color: #D4FBFC;
}
</style>