Shades of Light Cyan #CEF5FD
Tints of Light Cyan #CEF5FD
RGB
CMYK
RGB Variations
Color information
#CEF5FD (or 0xCEF5FD) is known color: Light Cyan. HEX triplet: CE, F5 and FD. RGB value is (206,245,253). Sum of RGB (Red+Green+Blue) = 206+245+253=704 (93% of max value = 765). Red value is 206 (80.86% from 255 or 29.26% from 704); Green value is 245 (96.09% from 255 or 34.80% from 704); Blue value is 253 (99.22% from 255 or 35.94% from 704); Max value from RGB is 253 - color contains mainly: blue. Hex color #CEF5FD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEF5FD is #310A02. Grayscale: #EAEAEA. Windows color (decimal): -3213827 or 16643534. OLE color: 16643534.
HSL color Cylindrical-coordinate representation of color #CEF5FD: hue angle of 190.21º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CEF5FD is Cyan = 0.19, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 206 | 245 | 253 | - |
CMYK | 0.19 | 0.03 | 0 | 0.01 |
HSL | 190.21º | 0.92% | 0.9% | - |
HSV(B) | 190.21º | 0.19% | 0.99% | - |
XYZ | 75.84 | 85.52 | 105.44 | - |
YUV | 234.25 | 138.58 | 107.85 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 245 | 253 | 0.19 | 0.03 | 0 | 0.01 | 190.21 | 0.92 | 0.9 |
Hex | CE | F5 | FD | 13 | 3 | 0 | 1 | BE | 5C | 5A |
Octal | 316 | 365 | 375 | 23 | 3 | 0 | 1 | 276 | 134 | 132 |
Binary | 11001110 | 11110101 | 11111101 | 10011 | 11 | 0 | 1 | 10111110 | 1011100 | 1011010 |
Color Harmonies of #CEF5FD
Complementary color
Monochromatic Colors of #CEF5FD
Black with #CEF5FD
Text Example
Text Example
White with #CEF5FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF5FD; }
p { color: rgb(206,245,253); }
H1.HeaderClassName
{
color: #CEF5FD;
}
.AnyTagClassName
{
color: #CEF5FD;
}
</style>
background-color css
<style>
a { background-color: #CEF5FD; }
a { background-color: rgb(206,245,253); }
div.DivClassName
{
background-color: #CEF5FD;
}
.BgClassName
{
background-color: #CEF5FD;
}
</style>
border-color css
<style>
span { border-color: #CEF5FD; }
span { border-color: rgb(206,245,253); }
td.TdClassName
{
border-color: #CEF5FD;
}
.TagClassName
{
border-color: #CEF5FD;
}
</style>