Shades of Pattens Blue #CEEAF2
Tints of Pattens Blue #CEEAF2
RGB
CMYK
RGB Variations
Color information
#CEEAF2 (or 0xCEEAF2) is known color: Pattens Blue. HEX triplet: CE, EA and F2. RGB value is (206,234,242). Sum of RGB (Red+Green+Blue) = 206+234+242=682 (90% of max value = 765). Red value is 206 (80.86% from 255 or 30.21% from 682); Green value is 234 (91.80% from 255 or 34.31% from 682); Blue value is 242 (94.92% from 255 or 35.48% from 682); Max value from RGB is 242 - color contains mainly: blue. Hex color #CEEAF2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEEAF2 is #31150D. Grayscale: #E2E2E2. Windows color (decimal): -3216654 or 15919822. OLE color: 15919822.
HSL color Cylindrical-coordinate representation of color #CEEAF2: hue angle of 193.33º degrees, saturation: 0.58, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CEEAF2 is Cyan = 0.15, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 206 | 234 | 242 | - |
| CMYK | 0.15 | 0.03 | 0 | 0.05 |
| HSL | 193.33º | 0.58% | 0.88% | - |
| HSV(B) | 193.33º | 0.15% | 0.95% | - |
| XYZ | 70.9 | 78.38 | 95.4 | - |
| YUV | 226.54 | 136.72 | 113.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 234 | 242 | 0.15 | 0.03 | 0 | 0.05 | 193.33 | 0.58 | 0.88 |
| Hex | CE | EA | F2 | F | 3 | 0 | 5 | C1 | 3A | 58 |
| Octal | 316 | 352 | 362 | 17 | 3 | 0 | 5 | 301 | 72 | 130 |
| Binary | 11001110 | 11101010 | 11110010 | 1111 | 11 | 0 | 101 | 11000001 | 111010 | 1011000 |
Color Harmonies of #CEEAF2
Complementary color
Monochromatic Colors of #CEEAF2
Black with #CEEAF2
Text Example
Text Example
White with #CEEAF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEEAF2; }
p { color: rgb(206,234,242); }
H1.HeaderClassName
{
color: #CEEAF2;
}
.AnyTagClassName
{
color: #CEEAF2;
}
</style>
background-color css
<style>
a { background-color: #CEEAF2; }
a { background-color: rgb(206,234,242); }
div.DivClassName
{
background-color: #CEEAF2;
}
.BgClassName
{
background-color: #CEEAF2;
}
</style>
border-color css
<style>
span { border-color: #CEEAF2; }
span { border-color: rgb(206,234,242); }
td.TdClassName
{
border-color: #CEEAF2;
}
.TagClassName
{
border-color: #CEEAF2;
}
</style>