Shades of Light Cyan #D5FDFD
Tints of Light Cyan #D5FDFD
RGB
CMYK
RGB Variations
Color information
#D5FDFD (or 0xD5FDFD) is known color: Light Cyan. HEX triplet: D5, FD and FD. RGB value is (213,253,253). Sum of RGB (Red+Green+Blue) = 213+253+253=719 (95% of max value = 765). Red value is 213 (83.59% from 255 or 29.62% from 719); Green value is 253 (99.22% from 255 or 35.19% from 719); Blue value is 253 (99.22% from 255 or 35.19% from 719); Max value from RGB is 253 - color contains mainly: green, blue. Hex color #D5FDFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D5FDFD is #2A0202. Grayscale: #F1F1F1. Windows color (decimal): -2753027 or 16645589. OLE color: 16645589.
HSL color Cylindrical-coordinate representation of color #D5FDFD: hue angle of 180º 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 #D5FDFD is Cyan = 0.16, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 213 | 253 | 253 | - |
CMYK | 0.16 | 0 | 0 | 0.01 |
HSL | 180º | 0.91% | 0.91% | - |
HSV(B) | 180º | 0.16% | 0.99% | - |
XYZ | 80.3 | 91.49 | 106.36 | - |
YUV | 241.04 | 134.75 | 108 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 213 | 253 | 253 | 0.16 | 0 | 0 | 0.01 | 180 | 0.91 | 0.91 |
Hex | D5 | FD | FD | 10 | 0 | 0 | 1 | B4 | 5B | 5B |
Octal | 325 | 375 | 375 | 20 | 0 | 0 | 1 | 264 | 133 | 133 |
Binary | 11010101 | 11111101 | 11111101 | 10000 | 0 | 0 | 1 | 10110100 | 1011011 | 1011011 |
Color Harmonies of #D5FDFD
Complementary color
Monochromatic Colors of #D5FDFD
Black with #D5FDFD
Text Example
Text Example
White with #D5FDFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5FDFD; }
p { color: rgb(213,253,253); }
H1.HeaderClassName
{
color: #D5FDFD;
}
.AnyTagClassName
{
color: #D5FDFD;
}
</style>
background-color css
<style>
a { background-color: #D5FDFD; }
a { background-color: rgb(213,253,253); }
div.DivClassName
{
background-color: #D5FDFD;
}
.BgClassName
{
background-color: #D5FDFD;
}
</style>
border-color css
<style>
span { border-color: #D5FDFD; }
span { border-color: rgb(213,253,253); }
td.TdClassName
{
border-color: #D5FDFD;
}
.TagClassName
{
border-color: #D5FDFD;
}
</style>