Shades of Light Cyan #D5FBF8
Tints of Light Cyan #D5FBF8
RGB
CMYK
RGB Variations
Color information
#D5FBF8 (or 0xD5FBF8) is known color: Light Cyan. HEX triplet: D5, FB and F8. RGB value is (213,251,248). Sum of RGB (Red+Green+Blue) = 213+251+248=712 (94% of max value = 765). Red value is 213 (83.59% from 255 or 29.92% from 712); Green value is 251 (98.44% from 255 or 35.25% from 712); Blue value is 248 (97.27% from 255 or 34.83% from 712); Max value from RGB is 251 - color contains mainly: green. Hex color #D5FBF8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D5FBF8 is #2A0407. Grayscale: #EFEFEF. Windows color (decimal): -2753544 or 16317397. OLE color: 16317397.
HSL color Cylindrical-coordinate representation of color #D5FBF8: hue angle of 175.26º degrees, saturation: 0.83, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D5FBF8 is Cyan = 0.15, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 213 | 251 | 248 | - |
| CMYK | 0.15 | 0 | 0.01 | 0.02 |
| HSL | 175.26º | 0.83% | 0.91% | - |
| HSV(B) | 175.26º | 0.15% | 0.98% | - |
| XYZ | 78.88 | 89.92 | 102.01 | - |
| YUV | 239.3 | 132.91 | 109.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 251 | 248 | 0.15 | 0 | 0.01 | 0.02 | 175.26 | 0.83 | 0.91 |
| Hex | D5 | FB | F8 | F | 0 | 1 | 2 | AF | 53 | 5B |
| Octal | 325 | 373 | 370 | 17 | 0 | 1 | 2 | 257 | 123 | 133 |
| Binary | 11010101 | 11111011 | 11111000 | 1111 | 0 | 1 | 10 | 10101111 | 1010011 | 1011011 |
Color Harmonies of #D5FBF8
Complementary color
Monochromatic Colors of #D5FBF8
Black with #D5FBF8
Text Example
Text Example
White with #D5FBF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5FBF8; }
p { color: rgb(213,251,248); }
H1.HeaderClassName
{
color: #D5FBF8;
}
.AnyTagClassName
{
color: #D5FBF8;
}
</style>
background-color css
<style>
a { background-color: #D5FBF8; }
a { background-color: rgb(213,251,248); }
div.DivClassName
{
background-color: #D5FBF8;
}
.BgClassName
{
background-color: #D5FBF8;
}
</style>
border-color css
<style>
span { border-color: #D5FBF8; }
span { border-color: rgb(213,251,248); }
td.TdClassName
{
border-color: #D5FBF8;
}
.TagClassName
{
border-color: #D5FBF8;
}
</style>