Shades of Pattens Blue #CAE2EF
Tints of Pattens Blue #CAE2EF
RGB
CMYK
RGB Variations
Color information
#CAE2EF (or 0xCAE2EF) is known color: Pattens Blue. HEX triplet: CA, E2 and EF. RGB value is (202,226,239). Sum of RGB (Red+Green+Blue) = 202+226+239=667 (88% of max value = 765). Red value is 202 (79.30% from 255 or 30.28% from 667); Green value is 226 (88.67% from 255 or 33.88% from 667); Blue value is 239 (93.75% from 255 or 35.83% from 667); Max value from RGB is 239 - color contains mainly: blue. Hex color #CAE2EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAE2EF is #351D10. Grayscale: #DCDCDC. Windows color (decimal): -3480849 or 15721162. OLE color: 15721162.
HSL color Cylindrical-coordinate representation of color #CAE2EF: hue angle of 201.08º degrees, saturation: 0.54, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CAE2EF is Cyan = 0.15, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 202 | 226 | 239 | - |
| CMYK | 0.15 | 0.05 | 0 | 0.06 |
| HSL | 201.08º | 0.54% | 0.86% | - |
| HSV(B) | 201.08º | 0.15% | 0.94% | - |
| XYZ | 67.13 | 73.18 | 92.25 | - |
| YUV | 220.31 | 138.55 | 114.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 226 | 239 | 0.15 | 0.05 | 0 | 0.06 | 201.08 | 0.54 | 0.86 |
| Hex | CA | E2 | EF | F | 5 | 0 | 6 | C9 | 36 | 56 |
| Octal | 312 | 342 | 357 | 17 | 5 | 0 | 6 | 311 | 66 | 126 |
| Binary | 11001010 | 11100010 | 11101111 | 1111 | 101 | 0 | 110 | 11001001 | 110110 | 1010110 |
Color Harmonies of #CAE2EF
Complementary color
Monochromatic Colors of #CAE2EF
Black with #CAE2EF
Text Example
Text Example
White with #CAE2EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAE2EF; }
p { color: rgb(202,226,239); }
H1.HeaderClassName
{
color: #CAE2EF;
}
.AnyTagClassName
{
color: #CAE2EF;
}
</style>
background-color css
<style>
a { background-color: #CAE2EF; }
a { background-color: rgb(202,226,239); }
div.DivClassName
{
background-color: #CAE2EF;
}
.BgClassName
{
background-color: #CAE2EF;
}
</style>
border-color css
<style>
span { border-color: #CAE2EF; }
span { border-color: rgb(202,226,239); }
td.TdClassName
{
border-color: #CAE2EF;
}
.TagClassName
{
border-color: #CAE2EF;
}
</style>