Shades of Light Cyan #CFF5FD
Tints of Light Cyan #CFF5FD
RGB
CMYK
RGB Variations
Color information
#CFF5FD (or 0xCFF5FD) is known color: Light Cyan. HEX triplet: CF, F5 and FD. RGB value is (207,245,253). Sum of RGB (Red+Green+Blue) = 207+245+253=705 (93% of max value = 765). Red value is 207 (81.25% from 255 or 29.36% from 705); Green value is 245 (96.09% from 255 or 34.75% from 705); Blue value is 253 (99.22% from 255 or 35.89% from 705); Max value from RGB is 253 - color contains mainly: blue. Hex color #CFF5FD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CFF5FD is #300A02. Grayscale: #EAEAEA. Windows color (decimal): -3148291 or 16643535. OLE color: 16643535.
HSL color Cylindrical-coordinate representation of color #CFF5FD: hue angle of 190.43º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CFF5FD is Cyan = 0.18, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 207 | 245 | 253 | - |
| CMYK | 0.18 | 0.03 | 0 | 0.01 |
| HSL | 190.43º | 0.92% | 0.9% | - |
| HSV(B) | 190.43º | 0.18% | 0.99% | - |
| XYZ | 76.11 | 85.66 | 105.45 | - |
| YUV | 234.55 | 138.41 | 108.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 245 | 253 | 0.18 | 0.03 | 0 | 0.01 | 190.43 | 0.92 | 0.9 |
| Hex | CF | F5 | FD | 12 | 3 | 0 | 1 | BE | 5C | 5A |
| Octal | 317 | 365 | 375 | 22 | 3 | 0 | 1 | 276 | 134 | 132 |
| Binary | 11001111 | 11110101 | 11111101 | 10010 | 11 | 0 | 1 | 10111110 | 1011100 | 1011010 |
Color Harmonies of #CFF5FD
Complementary color
Monochromatic Colors of #CFF5FD
Black with #CFF5FD
Text Example
Text Example
White with #CFF5FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF5FD; }
p { color: rgb(207,245,253); }
H1.HeaderClassName
{
color: #CFF5FD;
}
.AnyTagClassName
{
color: #CFF5FD;
}
</style>
background-color css
<style>
a { background-color: #CFF5FD; }
a { background-color: rgb(207,245,253); }
div.DivClassName
{
background-color: #CFF5FD;
}
.BgClassName
{
background-color: #CFF5FD;
}
</style>
border-color css
<style>
span { border-color: #CFF5FD; }
span { border-color: rgb(207,245,253); }
td.TdClassName
{
border-color: #CFF5FD;
}
.TagClassName
{
border-color: #CFF5FD;
}
</style>