Shades of Pattens Blue #CAE3EF
Tints of Pattens Blue #CAE3EF
RGB
CMYK
RGB Variations
Color information
#CAE3EF (or 0xCAE3EF) is known color: Pattens Blue. HEX triplet: CA, E3 and EF. RGB value is (202,227,239). Sum of RGB (Red+Green+Blue) = 202+227+239=668 (88% of max value = 765). Red value is 202 (79.30% from 255 or 30.24% from 668); Green value is 227 (89.06% from 255 or 33.98% from 668); Blue value is 239 (93.75% from 255 or 35.78% from 668); Max value from RGB is 239 - color contains mainly: blue. Hex color #CAE3EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAE3EF is #351C10. Grayscale: #DCDCDC. Windows color (decimal): -3480593 or 15721418. OLE color: 15721418.
HSL color Cylindrical-coordinate representation of color #CAE3EF: hue angle of 199.46º 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 #CAE3EF is Cyan = 0.15, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 202 | 227 | 239 | - |
| CMYK | 0.15 | 0.05 | 0 | 0.06 |
| HSL | 199.46º | 0.54% | 0.86% | - |
| HSV(B) | 199.46º | 0.15% | 0.94% | - |
| XYZ | 67.41 | 73.73 | 92.34 | - |
| YUV | 220.89 | 138.22 | 114.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 227 | 239 | 0.15 | 0.05 | 0 | 0.06 | 199.46 | 0.54 | 0.86 |
| Hex | CA | E3 | EF | F | 5 | 0 | 6 | C7 | 36 | 56 |
| Octal | 312 | 343 | 357 | 17 | 5 | 0 | 6 | 307 | 66 | 126 |
| Binary | 11001010 | 11100011 | 11101111 | 1111 | 101 | 0 | 110 | 11000111 | 110110 | 1010110 |
Color Harmonies of #CAE3EF
Complementary color
Monochromatic Colors of #CAE3EF
Black with #CAE3EF
Text Example
Text Example
White with #CAE3EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAE3EF; }
p { color: rgb(202,227,239); }
H1.HeaderClassName
{
color: #CAE3EF;
}
.AnyTagClassName
{
color: #CAE3EF;
}
</style>
background-color css
<style>
a { background-color: #CAE3EF; }
a { background-color: rgb(202,227,239); }
div.DivClassName
{
background-color: #CAE3EF;
}
.BgClassName
{
background-color: #CAE3EF;
}
</style>
border-color css
<style>
span { border-color: #CAE3EF; }
span { border-color: rgb(202,227,239); }
td.TdClassName
{
border-color: #CAE3EF;
}
.TagClassName
{
border-color: #CAE3EF;
}
</style>