Shades of Light Cyan #C9F8FD
Tints of Light Cyan #C9F8FD
RGB
CMYK
RGB Variations
Color information
#C9F8FD (or 0xC9F8FD) is known color: Light Cyan. HEX triplet: C9, F8 and FD. RGB value is (201,248,253). Sum of RGB (Red+Green+Blue) = 201+248+253=702 (92% of max value = 765). Red value is 201 (78.91% from 255 or 28.63% from 702); Green value is 248 (97.27% from 255 or 35.33% from 702); Blue value is 253 (99.22% from 255 or 36.04% from 702); Max value from RGB is 253 - color contains mainly: blue. Hex color #C9F8FD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C9F8FD is #360702. Grayscale: #EAEAEA. Windows color (decimal): -3540739 or 16644297. OLE color: 16644297.
HSL color Cylindrical-coordinate representation of color #C9F8FD: hue angle of 185.77º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C9F8FD is Cyan = 0.21, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 201 | 248 | 253 | - |
CMYK | 0.21 | 0.02 | 0 | 0.01 |
HSL | 185.77º | 0.93% | 0.89% | - |
HSV(B) | 185.77º | 0.21% | 0.99% | - |
XYZ | 75.38 | 86.64 | 105.68 | - |
YUV | 234.52 | 138.43 | 104.09 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 201 | 248 | 253 | 0.21 | 0.02 | 0 | 0.01 | 185.77 | 0.93 | 0.89 |
Hex | C9 | F8 | FD | 15 | 2 | 0 | 1 | BA | 5D | 59 |
Octal | 311 | 370 | 375 | 25 | 2 | 0 | 1 | 272 | 135 | 131 |
Binary | 11001001 | 11111000 | 11111101 | 10101 | 10 | 0 | 1 | 10111010 | 1011101 | 1011001 |
Color Harmonies of #C9F8FD
Complementary color
Monochromatic Colors of #C9F8FD
Black with #C9F8FD
Text Example
Text Example
White with #C9F8FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9F8FD; }
p { color: rgb(201,248,253); }
H1.HeaderClassName
{
color: #C9F8FD;
}
.AnyTagClassName
{
color: #C9F8FD;
}
</style>
background-color css
<style>
a { background-color: #C9F8FD; }
a { background-color: rgb(201,248,253); }
div.DivClassName
{
background-color: #C9F8FD;
}
.BgClassName
{
background-color: #C9F8FD;
}
</style>
border-color css
<style>
span { border-color: #C9F8FD; }
span { border-color: rgb(201,248,253); }
td.TdClassName
{
border-color: #C9F8FD;
}
.TagClassName
{
border-color: #C9F8FD;
}
</style>