Shades of Light Cyan #D4FBF6
Tints of Light Cyan #D4FBF6
RGB
CMYK
RGB Variations
Color information
#D4FBF6 (or 0xD4FBF6) is known color: Light Cyan. HEX triplet: D4, FB and F6. RGB value is (212,251,246). Sum of RGB (Red+Green+Blue) = 212+251+246=709 (93% of max value = 765). Red value is 212 (83.20% from 255 or 29.90% from 709); Green value is 251 (98.44% from 255 or 35.40% from 709); Blue value is 246 (96.48% from 255 or 34.70% from 709); Max value from RGB is 251 - color contains mainly: green. Hex color #D4FBF6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D4FBF6 is #2B0409. Grayscale: #EEEEEE. Windows color (decimal): -2819082 or 16186324. OLE color: 16186324.
HSL color Cylindrical-coordinate representation of color #D4FBF6: hue angle of 172.31º degrees, saturation: 0.83, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D4FBF6 is Cyan = 0.16, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 212 | 251 | 246 | - |
| CMYK | 0.16 | 0 | 0.02 | 0.02 |
| HSL | 172.31º | 0.83% | 0.91% | - |
| HSV(B) | 172.31º | 0.16% | 0.98% | - |
| XYZ | 78.28 | 89.65 | 100.37 | - |
| YUV | 238.77 | 132.08 | 108.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 251 | 246 | 0.16 | 0 | 0.02 | 0.02 | 172.31 | 0.83 | 0.91 |
| Hex | D4 | FB | F6 | 10 | 0 | 2 | 2 | AC | 53 | 5B |
| Octal | 324 | 373 | 366 | 20 | 0 | 2 | 2 | 254 | 123 | 133 |
| Binary | 11010100 | 11111011 | 11110110 | 10000 | 0 | 10 | 10 | 10101100 | 1010011 | 1011011 |
Color Harmonies of #D4FBF6
Complementary color
Monochromatic Colors of #D4FBF6
Black with #D4FBF6
Text Example
Text Example
White with #D4FBF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4FBF6; }
p { color: rgb(212,251,246); }
H1.HeaderClassName
{
color: #D4FBF6;
}
.AnyTagClassName
{
color: #D4FBF6;
}
</style>
background-color css
<style>
a { background-color: #D4FBF6; }
a { background-color: rgb(212,251,246); }
div.DivClassName
{
background-color: #D4FBF6;
}
.BgClassName
{
background-color: #D4FBF6;
}
</style>
border-color css
<style>
span { border-color: #D4FBF6; }
span { border-color: rgb(212,251,246); }
td.TdClassName
{
border-color: #D4FBF6;
}
.TagClassName
{
border-color: #D4FBF6;
}
</style>