Shades of Light Cyan #D5FBFD
Tints of Light Cyan #D5FBFD
RGB
CMYK
RGB Variations
Color information
#D5FBFD (or 0xD5FBFD) is known color: Light Cyan. HEX triplet: D5, FB and FD. RGB value is (213,251,253). Sum of RGB (Red+Green+Blue) = 213+251+253=717 (94% of max value = 765). Red value is 213 (83.59% from 255 or 29.71% from 717); Green value is 251 (98.44% from 255 or 35.01% from 717); Blue value is 253 (99.22% from 255 or 35.29% from 717); Max value from RGB is 253 - color contains mainly: blue. Hex color #D5FBFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D5FBFD is #2A0402. Grayscale: #EFEFEF. Windows color (decimal): -2753539 or 16645077. OLE color: 16645077.
HSL color Cylindrical-coordinate representation of color #D5FBFD: hue angle of 183º 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 #D5FBFD is Cyan = 0.16, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 213 | 251 | 253 | - |
CMYK | 0.16 | 0.01 | 0 | 0.01 |
HSL | 183º | 0.91% | 0.91% | - |
HSV(B) | 183º | 0.16% | 0.99% | - |
XYZ | 79.67 | 90.23 | 106.15 | - |
YUV | 239.87 | 135.41 | 108.84 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 213 | 251 | 253 | 0.16 | 0.01 | 0 | 0.01 | 183 | 0.91 | 0.91 |
Hex | D5 | FB | FD | 10 | 1 | 0 | 1 | B7 | 5B | 5B |
Octal | 325 | 373 | 375 | 20 | 1 | 0 | 1 | 267 | 133 | 133 |
Binary | 11010101 | 11111011 | 11111101 | 10000 | 1 | 0 | 1 | 10110111 | 1011011 | 1011011 |
Color Harmonies of #D5FBFD
Complementary color
Monochromatic Colors of #D5FBFD
Black with #D5FBFD
Text Example
Text Example
White with #D5FBFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5FBFD; }
p { color: rgb(213,251,253); }
H1.HeaderClassName
{
color: #D5FBFD;
}
.AnyTagClassName
{
color: #D5FBFD;
}
</style>
background-color css
<style>
a { background-color: #D5FBFD; }
a { background-color: rgb(213,251,253); }
div.DivClassName
{
background-color: #D5FBFD;
}
.BgClassName
{
background-color: #D5FBFD;
}
</style>
border-color css
<style>
span { border-color: #D5FBFD; }
span { border-color: rgb(213,251,253); }
td.TdClassName
{
border-color: #D5FBFD;
}
.TagClassName
{
border-color: #D5FBFD;
}
</style>