Shades of Pattens Blue #CCEEFC
Tints of Pattens Blue #CCEEFC
RGB
CMYK
RGB Variations
Color information
#CCEEFC (or 0xCCEEFC) is known color: Pattens Blue. HEX triplet: CC, EE and FC. RGB value is (204,238,252). Sum of RGB (Red+Green+Blue) = 204+238+252=694 (91% of max value = 765). Red value is 204 (80.08% from 255 or 29.39% from 694); Green value is 238 (93.36% from 255 or 34.29% from 694); Blue value is 252 (98.83% from 255 or 36.31% from 694); Max value from RGB is 252 - color contains mainly: blue. Hex color #CCEEFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCEEFC is #331103. Grayscale: #E5E5E5. Windows color (decimal): -3346692 or 16576204. OLE color: 16576204.
HSL color Cylindrical-coordinate representation of color #CCEEFC: hue angle of 197.5º degrees, saturation: 0.89, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CCEEFC is Cyan = 0.19, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 204 | 238 | 252 | - |
| CMYK | 0.19 | 0.06 | 0 | 0.01 |
| HSL | 197.5º | 0.89% | 0.89% | - |
| HSV(B) | 197.5º | 0.19% | 0.99% | - |
| XYZ | 73.05 | 81.01 | 103.88 | - |
| YUV | 229.43 | 140.74 | 109.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 238 | 252 | 0.19 | 0.06 | 0 | 0.01 | 197.5 | 0.89 | 0.89 |
| Hex | CC | EE | FC | 13 | 6 | 0 | 1 | C6 | 59 | 59 |
| Octal | 314 | 356 | 374 | 23 | 6 | 0 | 1 | 306 | 131 | 131 |
| Binary | 11001100 | 11101110 | 11111100 | 10011 | 110 | 0 | 1 | 11000110 | 1011001 | 1011001 |
Color Harmonies of #CCEEFC
Complementary color
Monochromatic Colors of #CCEEFC
Black with #CCEEFC
Text Example
Text Example
White with #CCEEFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCEEFC; }
p { color: rgb(204,238,252); }
H1.HeaderClassName
{
color: #CCEEFC;
}
.AnyTagClassName
{
color: #CCEEFC;
}
</style>
background-color css
<style>
a { background-color: #CCEEFC; }
a { background-color: rgb(204,238,252); }
div.DivClassName
{
background-color: #CCEEFC;
}
.BgClassName
{
background-color: #CCEEFC;
}
</style>
border-color css
<style>
span { border-color: #CCEEFC; }
span { border-color: rgb(204,238,252); }
td.TdClassName
{
border-color: #CCEEFC;
}
.TagClassName
{
border-color: #CCEEFC;
}
</style>