Shades of Light Cyan #D7FFFC
Tints of Light Cyan #D7FFFC
RGB
CMYK
RGB Variations
Color information
#D7FFFC (or 0xD7FFFC) is known color: Light Cyan. HEX triplet: D7, FF and FC. RGB value is (215,255,252). Sum of RGB (Red+Green+Blue) = 215+255+252=722 (95% of max value = 765). Red value is 215 (84.38% from 255 or 29.78% from 722); Green value is 255 (100% from 255 or 35.32% from 722); Blue value is 252 (98.83% from 255 or 34.90% from 722); Max value from RGB is 255 - color contains mainly: green. Hex color #D7FFFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D7FFFC is #280003. Grayscale: #F2F2F2. Windows color (decimal): -2621444 or 16580567. OLE color: 16580567.
HSL color Cylindrical-coordinate representation of color #D7FFFC: hue angle of 175.5º degrees, saturation: 1, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D7FFFC is Cyan = 0.16, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.
Color convert
| RGB | 215 | 255 | 252 | - |
| CMYK | 0.16 | 0 | 0.01 | 0 |
| HSL | 175.5º | 1% | 0.92% | - |
| HSV(B) | 175.5º | 0.16% | 1% | - |
| XYZ | 81.36 | 93 | 105.76 | - |
| YUV | 242.7 | 133.25 | 108.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 255 | 252 | 0.16 | 0 | 0.01 | 0 | 175.5 | 1 | 0.92 |
| Hex | D7 | FF | FC | 10 | 0 | 1 | 0 | B0 | 64 | 5C |
| Octal | 327 | 377 | 374 | 20 | 0 | 1 | 0 | 260 | 144 | 134 |
| Binary | 11010111 | 11111111 | 11111100 | 10000 | 0 | 1 | 0 | 10110000 | 1100100 | 1011100 |
Color Harmonies of #D7FFFC
Complementary color
Monochromatic Colors of #D7FFFC
Black with #D7FFFC
Text Example
Text Example
White with #D7FFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7FFFC; }
p { color: rgb(215,255,252); }
H1.HeaderClassName
{
color: #D7FFFC;
}
.AnyTagClassName
{
color: #D7FFFC;
}
</style>
background-color css
<style>
a { background-color: #D7FFFC; }
a { background-color: rgb(215,255,252); }
div.DivClassName
{
background-color: #D7FFFC;
}
.BgClassName
{
background-color: #D7FFFC;
}
</style>
border-color css
<style>
span { border-color: #D7FFFC; }
span { border-color: rgb(215,255,252); }
td.TdClassName
{
border-color: #D7FFFC;
}
.TagClassName
{
border-color: #D7FFFC;
}
</style>