Shades of Pattens Blue #CAE9F5
Tints of Pattens Blue #CAE9F5
RGB
CMYK
RGB Variations
Color information
#CAE9F5 (or 0xCAE9F5) is known color: Pattens Blue. HEX triplet: CA, E9 and F5. RGB value is (202,233,245). Sum of RGB (Red+Green+Blue) = 202+233+245=680 (90% of max value = 765). Red value is 202 (79.30% from 255 or 29.71% from 680); Green value is 233 (91.41% from 255 or 34.26% from 680); Blue value is 245 (96.09% from 255 or 36.03% from 680); Max value from RGB is 245 - color contains mainly: blue. Hex color #CAE9F5 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CAE9F5 is #35160A. Grayscale: #E1E1E1. Windows color (decimal): -3479051 or 16116170. OLE color: 16116170.
HSL color Cylindrical-coordinate representation of color #CAE9F5: hue angle of 196.74º degrees, saturation: 0.68, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CAE9F5 is Cyan = 0.18, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
RGB | 202 | 233 | 245 | - |
CMYK | 0.18 | 0.05 | 0 | 0.04 |
HSL | 196.74º | 0.68% | 0.88% | - |
HSV(B) | 196.74º | 0.18% | 0.96% | - |
XYZ | 69.98 | 77.43 | 97.64 | - |
YUV | 225.1 | 139.23 | 111.52 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 233 | 245 | 0.18 | 0.05 | 0 | 0.04 | 196.74 | 0.68 | 0.88 |
Hex | CA | E9 | F5 | 12 | 5 | 0 | 4 | C5 | 44 | 58 |
Octal | 312 | 351 | 365 | 22 | 5 | 0 | 4 | 305 | 104 | 130 |
Binary | 11001010 | 11101001 | 11110101 | 10010 | 101 | 0 | 100 | 11000101 | 1000100 | 1011000 |
Color Harmonies of #CAE9F5
Complementary color
Monochromatic Colors of #CAE9F5
Black with #CAE9F5
Text Example
Text Example
White with #CAE9F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAE9F5; }
p { color: rgb(202,233,245); }
H1.HeaderClassName
{
color: #CAE9F5;
}
.AnyTagClassName
{
color: #CAE9F5;
}
</style>
background-color css
<style>
a { background-color: #CAE9F5; }
a { background-color: rgb(202,233,245); }
div.DivClassName
{
background-color: #CAE9F5;
}
.BgClassName
{
background-color: #CAE9F5;
}
</style>
border-color css
<style>
span { border-color: #CAE9F5; }
span { border-color: rgb(202,233,245); }
td.TdClassName
{
border-color: #CAE9F5;
}
.TagClassName
{
border-color: #CAE9F5;
}
</style>