Shades of Pattens Blue #CCE9F2
Tints of Pattens Blue #CCE9F2
RGB
CMYK
RGB Variations
Color information
#CCE9F2 (or 0xCCE9F2) is known color: Pattens Blue. HEX triplet: CC, E9 and F2. RGB value is (204,233,242). Sum of RGB (Red+Green+Blue) = 204+233+242=679 (89% of max value = 765). Red value is 204 (80.08% from 255 or 30.04% from 679); Green value is 233 (91.41% from 255 or 34.32% from 679); Blue value is 242 (94.92% from 255 or 35.64% from 679); Max value from RGB is 242 - color contains mainly: blue. Hex color #CCE9F2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCE9F2 is #33160D. Grayscale: #E1E1E1. Windows color (decimal): -3347982 or 15919564. OLE color: 15919564.
HSL color Cylindrical-coordinate representation of color #CCE9F2: hue angle of 194.21º degrees, saturation: 0.59, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CCE9F2 is Cyan = 0.16, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 204 | 233 | 242 | - |
| CMYK | 0.16 | 0.04 | 0 | 0.05 |
| HSL | 194.21º | 0.59% | 0.87% | - |
| HSV(B) | 194.21º | 0.16% | 0.95% | - |
| XYZ | 70.07 | 77.53 | 95.28 | - |
| YUV | 225.36 | 137.39 | 112.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 233 | 242 | 0.16 | 0.04 | 0 | 0.05 | 194.21 | 0.59 | 0.87 |
| Hex | CC | E9 | F2 | 10 | 4 | 0 | 5 | C2 | 3B | 57 |
| Octal | 314 | 351 | 362 | 20 | 4 | 0 | 5 | 302 | 73 | 127 |
| Binary | 11001100 | 11101001 | 11110010 | 10000 | 100 | 0 | 101 | 11000010 | 111011 | 1010111 |
Color Harmonies of #CCE9F2
Complementary color
Monochromatic Colors of #CCE9F2
Black with #CCE9F2
Text Example
Text Example
White with #CCE9F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE9F2; }
p { color: rgb(204,233,242); }
H1.HeaderClassName
{
color: #CCE9F2;
}
.AnyTagClassName
{
color: #CCE9F2;
}
</style>
background-color css
<style>
a { background-color: #CCE9F2; }
a { background-color: rgb(204,233,242); }
div.DivClassName
{
background-color: #CCE9F2;
}
.BgClassName
{
background-color: #CCE9F2;
}
</style>
border-color css
<style>
span { border-color: #CCE9F2; }
span { border-color: rgb(204,233,242); }
td.TdClassName
{
border-color: #CCE9F2;
}
.TagClassName
{
border-color: #CCE9F2;
}
</style>