Shades of Pattens Blue #CAE5FF
Tints of Pattens Blue #CAE5FF
RGB
CMYK
RGB Variations
Color information
#CAE5FF (or 0xCAE5FF) is known color: Pattens Blue. HEX triplet: CA, E5 and FF. RGB value is (202,229,255). Sum of RGB (Red+Green+Blue) = 202+229+255=686 (90% of max value = 765). Red value is 202 (79.30% from 255 or 29.45% from 686); Green value is 229 (89.84% from 255 or 33.38% from 686); Blue value is 255 (100% from 255 or 37.17% from 686); Max value from RGB is 255 - color contains mainly: blue. Hex color #CAE5FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAE5FF is #351A00. Grayscale: #DFDFDF. Windows color (decimal): -3480065 or 16770506. OLE color: 16770506.
HSL color Cylindrical-coordinate representation of color #CAE5FF: hue angle of 209.43º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CAE5FF is Cyan = 0.21, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 202 | 229 | 255 | - |
| CMYK | 0.21 | 0.10 | 0 | 0 |
| HSL | 209.43º | 1% | 0.9% | - |
| HSV(B) | 209.43º | 0.21% | 1% | - |
| XYZ | 70.43 | 75.82 | 105.53 | - |
| YUV | 223.89 | 145.55 | 112.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 229 | 255 | 0.21 | 0.10 | 0 | 0 | 209.43 | 1 | 0.9 |
| Hex | CA | E5 | FF | 15 | A | 0 | 0 | D1 | 64 | 5A |
| Octal | 312 | 345 | 377 | 25 | 12 | 0 | 0 | 321 | 144 | 132 |
| Binary | 11001010 | 11100101 | 11111111 | 10101 | 1010 | 0 | 0 | 11010001 | 1100100 | 1011010 |
Color Harmonies of #CAE5FF
Complementary color
Monochromatic Colors of #CAE5FF
Black with #CAE5FF
Text Example
Text Example
White with #CAE5FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAE5FF; }
p { color: rgb(202,229,255); }
H1.HeaderClassName
{
color: #CAE5FF;
}
.AnyTagClassName
{
color: #CAE5FF;
}
</style>
background-color css
<style>
a { background-color: #CAE5FF; }
a { background-color: rgb(202,229,255); }
div.DivClassName
{
background-color: #CAE5FF;
}
.BgClassName
{
background-color: #CAE5FF;
}
</style>
border-color css
<style>
span { border-color: #CAE5FF; }
span { border-color: rgb(202,229,255); }
td.TdClassName
{
border-color: #CAE5FF;
}
.TagClassName
{
border-color: #CAE5FF;
}
</style>