Shades of Pattens Blue #CCE5F0
Tints of Pattens Blue #CCE5F0
RGB
CMYK
RGB Variations
Color information
#CCE5F0 (or 0xCCE5F0) is known color: Pattens Blue. HEX triplet: CC, E5 and F0. RGB value is (204,229,240). Sum of RGB (Red+Green+Blue) = 204+229+240=673 (89% of max value = 765). Red value is 204 (80.08% from 255 or 30.31% from 673); Green value is 229 (89.84% from 255 or 34.03% from 673); Blue value is 240 (94.14% from 255 or 35.66% from 673); Max value from RGB is 240 - color contains mainly: blue. Hex color #CCE5F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCE5F0 is #331A0F. Grayscale: #DEDEDE. Windows color (decimal): -3349008 or 15787468. OLE color: 15787468.
HSL color Cylindrical-coordinate representation of color #CCE5F0: hue angle of 198.33º degrees, saturation: 0.55, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CCE5F0 is Cyan = 0.15, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
RGB | 204 | 229 | 240 | - |
CMYK | 0.15 | 0.05 | 0 | 0.06 |
HSL | 198.33º | 0.55% | 0.87% | - |
HSV(B) | 198.33º | 0.15% | 0.94% | - |
XYZ | 68.65 | 75.17 | 93.33 | - |
YUV | 222.78 | 137.72 | 114.61 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 229 | 240 | 0.15 | 0.05 | 0 | 0.06 | 198.33 | 0.55 | 0.87 |
Hex | CC | E5 | F0 | F | 5 | 0 | 6 | C6 | 37 | 57 |
Octal | 314 | 345 | 360 | 17 | 5 | 0 | 6 | 306 | 67 | 127 |
Binary | 11001100 | 11100101 | 11110000 | 1111 | 101 | 0 | 110 | 11000110 | 110111 | 1010111 |
Color Harmonies of #CCE5F0
Complementary color
Monochromatic Colors of #CCE5F0
Black with #CCE5F0
Text Example
Text Example
White with #CCE5F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE5F0; }
p { color: rgb(204,229,240); }
H1.HeaderClassName
{
color: #CCE5F0;
}
.AnyTagClassName
{
color: #CCE5F0;
}
</style>
background-color css
<style>
a { background-color: #CCE5F0; }
a { background-color: rgb(204,229,240); }
div.DivClassName
{
background-color: #CCE5F0;
}
.BgClassName
{
background-color: #CCE5F0;
}
</style>
border-color css
<style>
span { border-color: #CCE5F0; }
span { border-color: rgb(204,229,240); }
td.TdClassName
{
border-color: #CCE5F0;
}
.TagClassName
{
border-color: #CCE5F0;
}
</style>