Shades of Light Cyan #D4F9FD
Tints of Light Cyan #D4F9FD
RGB
CMYK
RGB Variations
Color information
#D4F9FD (or 0xD4F9FD) is known color: Light Cyan. HEX triplet: D4, F9 and FD. RGB value is (212,249,253). Sum of RGB (Red+Green+Blue) = 212+249+253=714 (94% of max value = 765). Red value is 212 (83.20% from 255 or 29.69% from 714); Green value is 249 (97.66% from 255 or 34.87% from 714); Blue value is 253 (99.22% from 255 or 35.43% from 714); Max value from RGB is 253 - color contains mainly: blue. Hex color #D4F9FD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D4F9FD is #2B0602. Grayscale: #EEEEEE. Windows color (decimal): -2819587 or 16644564. OLE color: 16644564.
HSL color Cylindrical-coordinate representation of color #D4F9FD: hue angle of 185.85º 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 #D4F9FD is Cyan = 0.16, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 212 | 249 | 253 | - |
CMYK | 0.16 | 0.02 | 0 | 0.01 |
HSL | 185.85º | 0.91% | 0.91% | - |
HSV(B) | 185.85º | 0.16% | 0.99% | - |
XYZ | 78.76 | 88.84 | 105.93 | - |
YUV | 238.39 | 136.24 | 109.17 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 212 | 249 | 253 | 0.16 | 0.02 | 0 | 0.01 | 185.85 | 0.91 | 0.91 |
Hex | D4 | F9 | FD | 10 | 2 | 0 | 1 | BA | 5B | 5B |
Octal | 324 | 371 | 375 | 20 | 2 | 0 | 1 | 272 | 133 | 133 |
Binary | 11010100 | 11111001 | 11111101 | 10000 | 10 | 0 | 1 | 10111010 | 1011011 | 1011011 |
Color Harmonies of #D4F9FD
Complementary color
Monochromatic Colors of #D4F9FD
Black with #D4F9FD
Text Example
Text Example
White with #D4F9FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4F9FD; }
p { color: rgb(212,249,253); }
H1.HeaderClassName
{
color: #D4F9FD;
}
.AnyTagClassName
{
color: #D4F9FD;
}
</style>
background-color css
<style>
a { background-color: #D4F9FD; }
a { background-color: rgb(212,249,253); }
div.DivClassName
{
background-color: #D4F9FD;
}
.BgClassName
{
background-color: #D4F9FD;
}
</style>
border-color css
<style>
span { border-color: #D4F9FD; }
span { border-color: rgb(212,249,253); }
td.TdClassName
{
border-color: #D4F9FD;
}
.TagClassName
{
border-color: #D4F9FD;
}
</style>