Shades of Pattens Blue #CCEAF5
Tints of Pattens Blue #CCEAF5
RGB
CMYK
RGB Variations
Color information
#CCEAF5 (or 0xCCEAF5) is known color: Pattens Blue. HEX triplet: CC, EA and F5. RGB value is (204,234,245). Sum of RGB (Red+Green+Blue) = 204+234+245=683 (90% of max value = 765). Red value is 204 (80.08% from 255 or 29.87% from 683); Green value is 234 (91.80% from 255 or 34.26% from 683); Blue value is 245 (96.09% from 255 or 35.87% from 683); Max value from RGB is 245 - color contains mainly: blue. Hex color #CCEAF5 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCEAF5 is #33150A. Grayscale: #E2E2E2. Windows color (decimal): -3347723 or 16116428. OLE color: 16116428.
HSL color Cylindrical-coordinate representation of color #CCEAF5: hue angle of 196.1º degrees, saturation: 0.67, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CCEAF5 is Cyan = 0.17, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 204 | 234 | 245 | - |
| CMYK | 0.17 | 0.04 | 0 | 0.04 |
| HSL | 196.1º | 0.67% | 0.88% | - |
| HSV(B) | 196.1º | 0.17% | 0.96% | - |
| XYZ | 70.81 | 78.28 | 97.76 | - |
| YUV | 226.28 | 138.56 | 112.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 234 | 245 | 0.17 | 0.04 | 0 | 0.04 | 196.1 | 0.67 | 0.88 |
| Hex | CC | EA | F5 | 11 | 4 | 0 | 4 | C4 | 43 | 58 |
| Octal | 314 | 352 | 365 | 21 | 4 | 0 | 4 | 304 | 103 | 130 |
| Binary | 11001100 | 11101010 | 11110101 | 10001 | 100 | 0 | 100 | 11000100 | 1000011 | 1011000 |
Color Harmonies of #CCEAF5
Complementary color
Monochromatic Colors of #CCEAF5
Black with #CCEAF5
Text Example
Text Example
White with #CCEAF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCEAF5; }
p { color: rgb(204,234,245); }
H1.HeaderClassName
{
color: #CCEAF5;
}
.AnyTagClassName
{
color: #CCEAF5;
}
</style>
background-color css
<style>
a { background-color: #CCEAF5; }
a { background-color: rgb(204,234,245); }
div.DivClassName
{
background-color: #CCEAF5;
}
.BgClassName
{
background-color: #CCEAF5;
}
</style>
border-color css
<style>
span { border-color: #CCEAF5; }
span { border-color: rgb(204,234,245); }
td.TdClassName
{
border-color: #CCEAF5;
}
.TagClassName
{
border-color: #CCEAF5;
}
</style>