Shades of Light Cyan #D7FBF7
Tints of Light Cyan #D7FBF7
RGB
CMYK
RGB Variations
Color information
#D7FBF7 (or 0xD7FBF7) is known color: Light Cyan. HEX triplet: D7, FB and F7. RGB value is (215,251,247). Sum of RGB (Red+Green+Blue) = 215+251+247=713 (94% of max value = 765). Red value is 215 (84.38% from 255 or 30.15% from 713); Green value is 251 (98.44% from 255 or 35.20% from 713); Blue value is 247 (96.88% from 255 or 34.64% from 713); Max value from RGB is 251 - color contains mainly: green. Hex color #D7FBF7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D7FBF7 is #280408. Grayscale: #EFEFEF. Windows color (decimal): -2622473 or 16251863. OLE color: 16251863.
HSL color Cylindrical-coordinate representation of color #D7FBF7: hue angle of 173.33º degrees, saturation: 0.82, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D7FBF7 is Cyan = 0.14, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 215 | 251 | 247 | - |
| CMYK | 0.14 | 0 | 0.02 | 0.02 |
| HSL | 173.33º | 0.82% | 0.91% | - |
| HSV(B) | 173.33º | 0.14% | 0.98% | - |
| XYZ | 79.31 | 90.16 | 101.22 | - |
| YUV | 239.78 | 132.07 | 110.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 251 | 247 | 0.14 | 0 | 0.02 | 0.02 | 173.33 | 0.82 | 0.91 |
| Hex | D7 | FB | F7 | E | 0 | 2 | 2 | AD | 52 | 5B |
| Octal | 327 | 373 | 367 | 16 | 0 | 2 | 2 | 255 | 122 | 133 |
| Binary | 11010111 | 11111011 | 11110111 | 1110 | 0 | 10 | 10 | 10101101 | 1010010 | 1011011 |
Color Harmonies of #D7FBF7
Complementary color
Monochromatic Colors of #D7FBF7
Black with #D7FBF7
Text Example
Text Example
White with #D7FBF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7FBF7; }
p { color: rgb(215,251,247); }
H1.HeaderClassName
{
color: #D7FBF7;
}
.AnyTagClassName
{
color: #D7FBF7;
}
</style>
background-color css
<style>
a { background-color: #D7FBF7; }
a { background-color: rgb(215,251,247); }
div.DivClassName
{
background-color: #D7FBF7;
}
.BgClassName
{
background-color: #D7FBF7;
}
</style>
border-color css
<style>
span { border-color: #D7FBF7; }
span { border-color: rgb(215,251,247); }
td.TdClassName
{
border-color: #D7FBF7;
}
.TagClassName
{
border-color: #D7FBF7;
}
</style>