Shades of Light Cyan #DCF5FE
Tints of Light Cyan #DCF5FE
RGB
CMYK
RGB Variations
Color information
#DCF5FE (or 0xDCF5FE) is known color: Light Cyan. HEX triplet: DC, F5 and FE. RGB value is (220,245,254). Sum of RGB (Red+Green+Blue) = 220+245+254=719 (95% of max value = 765). Red value is 220 (86.33% from 255 or 30.60% from 719); Green value is 245 (96.09% from 255 or 34.08% from 719); Blue value is 254 (99.61% from 255 or 35.33% from 719); Max value from RGB is 254 - color contains mainly: blue. Hex color #DCF5FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCF5FE is #230A01. Grayscale: #EEEEEE. Windows color (decimal): -2296322 or 16709084. OLE color: 16709084.
HSL color Cylindrical-coordinate representation of color #DCF5FE: hue angle of 195.88º degrees, saturation: 0.94, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DCF5FE is Cyan = 0.13, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 220 | 245 | 254 | - |
| CMYK | 0.13 | 0.04 | 0 | 0.00 |
| HSL | 195.88º | 0.94% | 0.93% | - |
| HSV(B) | 195.88º | 0.13% | 1% | - |
| XYZ | 80.06 | 87.68 | 106.47 | - |
| YUV | 238.55 | 136.72 | 114.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 245 | 254 | 0.13 | 0.04 | 0 | 0.00 | 195.88 | 0.94 | 0.93 |
| Hex | DC | F5 | FE | D | 4 | 0 | 0 | C4 | 5E | 5D |
| Octal | 334 | 365 | 376 | 15 | 4 | 0 | 0 | 304 | 136 | 135 |
| Binary | 11011100 | 11110101 | 11111110 | 1101 | 100 | 0 | 0 | 11000100 | 1011110 | 1011101 |
Color Harmonies of #DCF5FE
Complementary color
Monochromatic Colors of #DCF5FE
Black with #DCF5FE
Text Example
Text Example
White with #DCF5FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF5FE; }
p { color: rgb(220,245,254); }
H1.HeaderClassName
{
color: #DCF5FE;
}
.AnyTagClassName
{
color: #DCF5FE;
}
</style>
background-color css
<style>
a { background-color: #DCF5FE; }
a { background-color: rgb(220,245,254); }
div.DivClassName
{
background-color: #DCF5FE;
}
.BgClassName
{
background-color: #DCF5FE;
}
</style>
border-color css
<style>
span { border-color: #DCF5FE; }
span { border-color: rgb(220,245,254); }
td.TdClassName
{
border-color: #DCF5FE;
}
.TagClassName
{
border-color: #DCF5FE;
}
</style>