Shades of Pattens Blue #CEF4FF
Tints of Pattens Blue #CEF4FF
RGB
CMYK
RGB Variations
Color information
#CEF4FF (or 0xCEF4FF) is known color: Pattens Blue. HEX triplet: CE, F4 and FF. RGB value is (206,244,255). Sum of RGB (Red+Green+Blue) = 206+244+255=705 (93% of max value = 765). Red value is 206 (80.86% from 255 or 29.22% from 705); Green value is 244 (95.70% from 255 or 34.61% from 705); Blue value is 255 (100% from 255 or 36.17% from 705); Max value from RGB is 255 - color contains mainly: blue. Hex color #CEF4FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEF4FF is #310B00. Grayscale: #E9E9E9. Windows color (decimal): -3214081 or 16774350. OLE color: 16774350.
HSL color Cylindrical-coordinate representation of color #CEF4FF: hue angle of 193.47º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CEF4FF is Cyan = 0.19, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 206 | 244 | 255 | - |
| CMYK | 0.19 | 0.04 | 0 | 0 |
| HSL | 193.47º | 1% | 0.9% | - |
| HSV(B) | 193.47º | 0.19% | 1% | - |
| XYZ | 75.85 | 85.04 | 107.02 | - |
| YUV | 233.89 | 139.91 | 108.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 244 | 255 | 0.19 | 0.04 | 0 | 0 | 193.47 | 1 | 0.9 |
| Hex | CE | F4 | FF | 13 | 4 | 0 | 0 | C1 | 64 | 5A |
| Octal | 316 | 364 | 377 | 23 | 4 | 0 | 0 | 301 | 144 | 132 |
| Binary | 11001110 | 11110100 | 11111111 | 10011 | 100 | 0 | 0 | 11000001 | 1100100 | 1011010 |
Color Harmonies of #CEF4FF
Complementary color
Monochromatic Colors of #CEF4FF
Black with #CEF4FF
Text Example
Text Example
White with #CEF4FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF4FF; }
p { color: rgb(206,244,255); }
H1.HeaderClassName
{
color: #CEF4FF;
}
.AnyTagClassName
{
color: #CEF4FF;
}
</style>
background-color css
<style>
a { background-color: #CEF4FF; }
a { background-color: rgb(206,244,255); }
div.DivClassName
{
background-color: #CEF4FF;
}
.BgClassName
{
background-color: #CEF4FF;
}
</style>
border-color css
<style>
span { border-color: #CEF4FF; }
span { border-color: rgb(206,244,255); }
td.TdClassName
{
border-color: #CEF4FF;
}
.TagClassName
{
border-color: #CEF4FF;
}
</style>