Shades of Light Cyan #DCF5FD
Tints of Light Cyan #DCF5FD
RGB
CMYK
RGB Variations
Color information
#DCF5FD (or 0xDCF5FD) is known color: Light Cyan. HEX triplet: DC, F5 and FD. RGB value is (220,245,253). Sum of RGB (Red+Green+Blue) = 220+245+253=718 (95% of max value = 765). Red value is 220 (86.33% from 255 or 30.64% from 718); Green value is 245 (96.09% from 255 or 34.12% 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 #DCF5FD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCF5FD is #230A02. Grayscale: #EEEEEE. Windows color (decimal): -2296323 or 16643548. OLE color: 16643548.
HSL color Cylindrical-coordinate representation of color #DCF5FD: hue angle of 194.55º degrees, saturation: 0.89, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DCF5FD is Cyan = 0.13, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 220 | 245 | 253 | - |
CMYK | 0.13 | 0.03 | 0 | 0.01 |
HSL | 194.55º | 0.89% | 0.93% | - |
HSV(B) | 194.55º | 0.13% | 0.99% | - |
XYZ | 79.9 | 87.61 | 105.63 | - |
YUV | 238.44 | 136.22 | 114.85 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 245 | 253 | 0.13 | 0.03 | 0 | 0.01 | 194.55 | 0.89 | 0.93 |
Hex | DC | F5 | FD | D | 3 | 0 | 1 | C3 | 59 | 5D |
Octal | 334 | 365 | 375 | 15 | 3 | 0 | 1 | 303 | 131 | 135 |
Binary | 11011100 | 11110101 | 11111101 | 1101 | 11 | 0 | 1 | 11000011 | 1011001 | 1011101 |
Color Harmonies of #DCF5FD
Complementary color
Monochromatic Colors of #DCF5FD
Black with #DCF5FD
Text Example
Text Example
White with #DCF5FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF5FD; }
p { color: rgb(220,245,253); }
H1.HeaderClassName
{
color: #DCF5FD;
}
.AnyTagClassName
{
color: #DCF5FD;
}
</style>
background-color css
<style>
a { background-color: #DCF5FD; }
a { background-color: rgb(220,245,253); }
div.DivClassName
{
background-color: #DCF5FD;
}
.BgClassName
{
background-color: #DCF5FD;
}
</style>
border-color css
<style>
span { border-color: #DCF5FD; }
span { border-color: rgb(220,245,253); }
td.TdClassName
{
border-color: #DCF5FD;
}
.TagClassName
{
border-color: #DCF5FD;
}
</style>