Shades of Light Cyan #C8FAFD
Tints of Light Cyan #C8FAFD
RGB
CMYK
RGB Variations
Color information
#C8FAFD (or 0xC8FAFD) is known color: Light Cyan. HEX triplet: C8, FA and FD. RGB value is (200,250,253). Sum of RGB (Red+Green+Blue) = 200+250+253=703 (93% of max value = 765). Red value is 200 (78.52% from 255 or 28.45% from 703); Green value is 250 (98.05% from 255 or 35.56% from 703); Blue value is 253 (99.22% from 255 or 35.99% from 703); Max value from RGB is 253 - color contains mainly: blue. Hex color #C8FAFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C8FAFD is #370502. Grayscale: #EBEBEB. Windows color (decimal): -3605763 or 16644808. OLE color: 16644808.
HSL color Cylindrical-coordinate representation of color #C8FAFD: hue angle of 183.4º 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 #C8FAFD is Cyan = 0.21, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 200 | 250 | 253 | - |
CMYK | 0.21 | 0.01 | 0 | 0.01 |
HSL | 183.4º | 0.93% | 0.89% | - |
HSV(B) | 183.4º | 0.21% | 0.99% | - |
XYZ | 75.73 | 87.74 | 105.87 | - |
YUV | 235.39 | 137.94 | 102.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 250 | 253 | 0.21 | 0.01 | 0 | 0.01 | 183.4 | 0.93 | 0.89 |
Hex | C8 | FA | FD | 15 | 1 | 0 | 1 | B7 | 5D | 59 |
Octal | 310 | 372 | 375 | 25 | 1 | 0 | 1 | 267 | 135 | 131 |
Binary | 11001000 | 11111010 | 11111101 | 10101 | 1 | 0 | 1 | 10110111 | 1011101 | 1011001 |
Color Harmonies of #C8FAFD
Complementary color
Monochromatic Colors of #C8FAFD
Black with #C8FAFD
Text Example
Text Example
White with #C8FAFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8FAFD; }
p { color: rgb(200,250,253); }
H1.HeaderClassName
{
color: #C8FAFD;
}
.AnyTagClassName
{
color: #C8FAFD;
}
</style>
background-color css
<style>
a { background-color: #C8FAFD; }
a { background-color: rgb(200,250,253); }
div.DivClassName
{
background-color: #C8FAFD;
}
.BgClassName
{
background-color: #C8FAFD;
}
</style>
border-color css
<style>
span { border-color: #C8FAFD; }
span { border-color: rgb(200,250,253); }
td.TdClassName
{
border-color: #C8FAFD;
}
.TagClassName
{
border-color: #C8FAFD;
}
</style>