Shades of Light Cyan #D5FCFB
Tints of Light Cyan #D5FCFB
RGB
CMYK
RGB Variations
Color information
#D5FCFB (or 0xD5FCFB) is known color: Light Cyan. HEX triplet: D5, FC and FB. RGB value is (213,252,251). Sum of RGB (Red+Green+Blue) = 213+252+251=716 (94% of max value = 765). Red value is 213 (83.59% from 255 or 29.75% from 716); Green value is 252 (98.83% from 255 or 35.20% from 716); Blue value is 251 (98.44% from 255 or 35.06% from 716); Max value from RGB is 252 - color contains mainly: green. Hex color #D5FCFB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D5FCFB is #2A0304. Grayscale: #F0F0F0. Windows color (decimal): -2753285 or 16514261. OLE color: 16514261.
HSL color Cylindrical-coordinate representation of color #D5FCFB: hue angle of 178.46º degrees, saturation: 0.87, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D5FCFB is Cyan = 0.15, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 213 | 252 | 251 | - |
| CMYK | 0.15 | 0 | 0.00 | 0.01 |
| HSL | 178.46º | 0.87% | 0.91% | - |
| HSV(B) | 178.46º | 0.15% | 0.99% | - |
| XYZ | 79.66 | 90.73 | 104.58 | - |
| YUV | 240.23 | 134.08 | 108.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 252 | 251 | 0.15 | 0 | 0.00 | 0.01 | 178.46 | 0.87 | 0.91 |
| Hex | D5 | FC | FB | F | 0 | 0 | 1 | B2 | 57 | 5B |
| Octal | 325 | 374 | 373 | 17 | 0 | 0 | 1 | 262 | 127 | 133 |
| Binary | 11010101 | 11111100 | 11111011 | 1111 | 0 | 0 | 1 | 10110010 | 1010111 | 1011011 |
Color Harmonies of #D5FCFB
Complementary color
Monochromatic Colors of #D5FCFB
Black with #D5FCFB
Text Example
Text Example
White with #D5FCFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5FCFB; }
p { color: rgb(213,252,251); }
H1.HeaderClassName
{
color: #D5FCFB;
}
.AnyTagClassName
{
color: #D5FCFB;
}
</style>
background-color css
<style>
a { background-color: #D5FCFB; }
a { background-color: rgb(213,252,251); }
div.DivClassName
{
background-color: #D5FCFB;
}
.BgClassName
{
background-color: #D5FCFB;
}
</style>
border-color css
<style>
span { border-color: #D5FCFB; }
span { border-color: rgb(213,252,251); }
td.TdClassName
{
border-color: #D5FCFB;
}
.TagClassName
{
border-color: #D5FCFB;
}
</style>