Shades of Light Cyan #D5FCFD
Tints of Light Cyan #D5FCFD
RGB
CMYK
RGB Variations
Color information
#D5FCFD (or 0xD5FCFD) is known color: Light Cyan. HEX triplet: D5, FC and FD. RGB value is (213,252,253). Sum of RGB (Red+Green+Blue) = 213+252+253=718 (95% of max value = 765). Red value is 213 (83.59% from 255 or 29.67% from 718); Green value is 252 (98.83% from 255 or 35.10% from 718); Blue value is 253 (99.22% from 255 or 35.24% from 718); Max value from RGB is 253 - color contains mainly: blue. Hex color #D5FCFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D5FCFD is #2A0302. Grayscale: #F0F0F0. Windows color (decimal): -2753283 or 16645333. OLE color: 16645333.
HSL color Cylindrical-coordinate representation of color #D5FCFD: hue angle of 181.5º 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 #D5FCFD is Cyan = 0.16, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 213 | 252 | 253 | - |
CMYK | 0.16 | 0.00 | 0 | 0.01 |
HSL | 181.5º | 0.91% | 0.91% | - |
HSV(B) | 181.5º | 0.16% | 0.99% | - |
XYZ | 79.98 | 90.86 | 106.25 | - |
YUV | 240.45 | 135.08 | 108.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 213 | 252 | 253 | 0.16 | 0.00 | 0 | 0.01 | 181.5 | 0.91 | 0.91 |
Hex | D5 | FC | FD | 10 | 0 | 0 | 1 | B6 | 5B | 5B |
Octal | 325 | 374 | 375 | 20 | 0 | 0 | 1 | 266 | 133 | 133 |
Binary | 11010101 | 11111100 | 11111101 | 10000 | 0 | 0 | 1 | 10110110 | 1011011 | 1011011 |
Color Harmonies of #D5FCFD
Complementary color
Monochromatic Colors of #D5FCFD
Black with #D5FCFD
Text Example
Text Example
White with #D5FCFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5FCFD; }
p { color: rgb(213,252,253); }
H1.HeaderClassName
{
color: #D5FCFD;
}
.AnyTagClassName
{
color: #D5FCFD;
}
</style>
background-color css
<style>
a { background-color: #D5FCFD; }
a { background-color: rgb(213,252,253); }
div.DivClassName
{
background-color: #D5FCFD;
}
.BgClassName
{
background-color: #D5FCFD;
}
</style>
border-color css
<style>
span { border-color: #D5FCFD; }
span { border-color: rgb(213,252,253); }
td.TdClassName
{
border-color: #D5FCFD;
}
.TagClassName
{
border-color: #D5FCFD;
}
</style>