Shades of Pattens Blue #CEE5FA
Tints of Pattens Blue #CEE5FA
RGB
CMYK
RGB Variations
Color information
#CEE5FA (or 0xCEE5FA) is known color: Pattens Blue. HEX triplet: CE, E5 and FA. RGB value is (206,229,250). Sum of RGB (Red+Green+Blue) = 206+229+250=685 (90% of max value = 765). Red value is 206 (80.86% from 255 or 30.07% from 685); Green value is 229 (89.84% from 255 or 33.43% from 685); Blue value is 250 (98.05% from 255 or 36.50% from 685); Max value from RGB is 250 - color contains mainly: blue. Hex color #CEE5FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEE5FA is #311A05. Grayscale: #E0E0E0. Windows color (decimal): -3217926 or 16442830. OLE color: 16442830.
HSL color Cylindrical-coordinate representation of color #CEE5FA: hue angle of 208.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 #CEE5FA is Cyan = 0.18, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 206 | 229 | 250 | - |
| CMYK | 0.18 | 0.08 | 0 | 0.02 |
| HSL | 208.64º | 0.81% | 0.89% | - |
| HSV(B) | 208.64º | 0.18% | 0.98% | - |
| XYZ | 70.73 | 76.06 | 101.4 | - |
| YUV | 224.52 | 142.38 | 114.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 229 | 250 | 0.18 | 0.08 | 0 | 0.02 | 208.64 | 0.81 | 0.89 |
| Hex | CE | E5 | FA | 12 | 8 | 0 | 2 | D1 | 51 | 59 |
| Octal | 316 | 345 | 372 | 22 | 10 | 0 | 2 | 321 | 121 | 131 |
| Binary | 11001110 | 11100101 | 11111010 | 10010 | 1000 | 0 | 10 | 11010001 | 1010001 | 1011001 |
Color Harmonies of #CEE5FA
Complementary color
Monochromatic Colors of #CEE5FA
Black with #CEE5FA
Text Example
Text Example
White with #CEE5FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE5FA; }
p { color: rgb(206,229,250); }
H1.HeaderClassName
{
color: #CEE5FA;
}
.AnyTagClassName
{
color: #CEE5FA;
}
</style>
background-color css
<style>
a { background-color: #CEE5FA; }
a { background-color: rgb(206,229,250); }
div.DivClassName
{
background-color: #CEE5FA;
}
.BgClassName
{
background-color: #CEE5FA;
}
</style>
border-color css
<style>
span { border-color: #CEE5FA; }
span { border-color: rgb(206,229,250); }
td.TdClassName
{
border-color: #CEE5FA;
}
.TagClassName
{
border-color: #CEE5FA;
}
</style>