Shades of Pattens Blue #CEF0FA
Tints of Pattens Blue #CEF0FA
RGB
CMYK
RGB Variations
Color information
#CEF0FA (or 0xCEF0FA) is known color: Pattens Blue. HEX triplet: CE, F0 and FA. RGB value is (206,240,250). Sum of RGB (Red+Green+Blue) = 206+240+250=696 (92% of max value = 765). Red value is 206 (80.86% from 255 or 29.60% from 696); Green value is 240 (94.14% from 255 or 34.48% from 696); Blue value is 250 (98.05% from 255 or 35.92% from 696); Max value from RGB is 250 - color contains mainly: blue. Hex color #CEF0FA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEF0FA is #310F05. Grayscale: #E6E6E6. Windows color (decimal): -3215110 or 16445646. OLE color: 16445646.
HSL color Cylindrical-coordinate representation of color #CEF0FA: hue angle of 193.64º degrees, saturation: 0.81, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CEF0FA is Cyan = 0.18, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 206 | 240 | 250 | - |
| CMYK | 0.18 | 0.04 | 0 | 0.02 |
| HSL | 193.64º | 0.81% | 0.89% | - |
| HSV(B) | 193.64º | 0.18% | 0.98% | - |
| XYZ | 73.87 | 82.34 | 102.44 | - |
| YUV | 230.97 | 138.74 | 110.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 240 | 250 | 0.18 | 0.04 | 0 | 0.02 | 193.64 | 0.81 | 0.89 |
| Hex | CE | F0 | FA | 12 | 4 | 0 | 2 | C2 | 51 | 59 |
| Octal | 316 | 360 | 372 | 22 | 4 | 0 | 2 | 302 | 121 | 131 |
| Binary | 11001110 | 11110000 | 11111010 | 10010 | 100 | 0 | 10 | 11000010 | 1010001 | 1011001 |
Color Harmonies of #CEF0FA
Complementary color
Monochromatic Colors of #CEF0FA
Black with #CEF0FA
Text Example
Text Example
White with #CEF0FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF0FA; }
p { color: rgb(206,240,250); }
H1.HeaderClassName
{
color: #CEF0FA;
}
.AnyTagClassName
{
color: #CEF0FA;
}
</style>
background-color css
<style>
a { background-color: #CEF0FA; }
a { background-color: rgb(206,240,250); }
div.DivClassName
{
background-color: #CEF0FA;
}
.BgClassName
{
background-color: #CEF0FA;
}
</style>
border-color css
<style>
span { border-color: #CEF0FA; }
span { border-color: rgb(206,240,250); }
td.TdClassName
{
border-color: #CEF0FA;
}
.TagClassName
{
border-color: #CEF0FA;
}
</style>