Shades of Light Cyan #D5FDFB
Tints of Light Cyan #D5FDFB
RGB
CMYK
RGB Variations
Color information
#D5FDFB (or 0xD5FDFB) is known color: Light Cyan. HEX triplet: D5, FD and FB. RGB value is (213,253,251). Sum of RGB (Red+Green+Blue) = 213+253+251=717 (94% of max value = 765). Red value is 213 (83.59% from 255 or 29.71% from 717); Green value is 253 (99.22% from 255 or 35.29% from 717); Blue value is 251 (98.44% from 255 or 35.01% from 717); Max value from RGB is 253 - color contains mainly: green. Hex color #D5FDFB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D5FDFB is #2A0204. Grayscale: #F0F0F0. Windows color (decimal): -2753029 or 16514517. OLE color: 16514517.
HSL color Cylindrical-coordinate representation of color #D5FDFB: hue angle of 177º degrees, saturation: 0.91, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D5FDFB is Cyan = 0.16, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.01.
Color convert
RGB | 213 | 253 | 251 | - |
CMYK | 0.16 | 0 | 0.01 | 0.01 |
HSL | 177º | 0.91% | 0.91% | - |
HSV(B) | 177º | 0.16% | 0.99% | - |
XYZ | 79.98 | 91.36 | 104.69 | - |
YUV | 240.81 | 133.75 | 108.16 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 213 | 253 | 251 | 0.16 | 0 | 0.01 | 0.01 | 177 | 0.91 | 0.91 |
Hex | D5 | FD | FB | 10 | 0 | 1 | 1 | B1 | 5B | 5B |
Octal | 325 | 375 | 373 | 20 | 0 | 1 | 1 | 261 | 133 | 133 |
Binary | 11010101 | 11111101 | 11111011 | 10000 | 0 | 1 | 1 | 10110001 | 1011011 | 1011011 |
Color Harmonies of #D5FDFB
Complementary color
Monochromatic Colors of #D5FDFB
Black with #D5FDFB
Text Example
Text Example
White with #D5FDFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5FDFB; }
p { color: rgb(213,253,251); }
H1.HeaderClassName
{
color: #D5FDFB;
}
.AnyTagClassName
{
color: #D5FDFB;
}
</style>
background-color css
<style>
a { background-color: #D5FDFB; }
a { background-color: rgb(213,253,251); }
div.DivClassName
{
background-color: #D5FDFB;
}
.BgClassName
{
background-color: #D5FDFB;
}
</style>
border-color css
<style>
span { border-color: #D5FDFB; }
span { border-color: rgb(213,253,251); }
td.TdClassName
{
border-color: #D5FDFB;
}
.TagClassName
{
border-color: #D5FDFB;
}
</style>