Shades of Pattens Blue #CAE5F1
Tints of Pattens Blue #CAE5F1
RGB
CMYK
RGB Variations
Color information
#CAE5F1 (or 0xCAE5F1) is known color: Pattens Blue. HEX triplet: CA, E5 and F1. RGB value is (202,229,241). Sum of RGB (Red+Green+Blue) = 202+229+241=672 (89% of max value = 765). Red value is 202 (79.30% from 255 or 30.06% from 672); Green value is 229 (89.84% from 255 or 34.08% from 672); Blue value is 241 (94.53% from 255 or 35.86% from 672); Max value from RGB is 241 - color contains mainly: blue. Hex color #CAE5F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAE5F1 is #351A0E. Grayscale: #DEDEDE. Windows color (decimal): -3480079 or 15853002. OLE color: 15853002.
HSL color Cylindrical-coordinate representation of color #CAE5F1: hue angle of 198.46º degrees, saturation: 0.58, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CAE5F1 is Cyan = 0.16, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 202 | 229 | 241 | - |
| CMYK | 0.16 | 0.05 | 0 | 0.05 |
| HSL | 198.46º | 0.58% | 0.87% | - |
| HSV(B) | 198.46º | 0.16% | 0.95% | - |
| XYZ | 68.25 | 74.95 | 94.09 | - |
| YUV | 222.3 | 138.55 | 113.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 229 | 241 | 0.16 | 0.05 | 0 | 0.05 | 198.46 | 0.58 | 0.87 |
| Hex | CA | E5 | F1 | 10 | 5 | 0 | 5 | C6 | 3A | 57 |
| Octal | 312 | 345 | 361 | 20 | 5 | 0 | 5 | 306 | 72 | 127 |
| Binary | 11001010 | 11100101 | 11110001 | 10000 | 101 | 0 | 101 | 11000110 | 111010 | 1010111 |
Color Harmonies of #CAE5F1
Complementary color
Monochromatic Colors of #CAE5F1
Black with #CAE5F1
Text Example
Text Example
White with #CAE5F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAE5F1; }
p { color: rgb(202,229,241); }
H1.HeaderClassName
{
color: #CAE5F1;
}
.AnyTagClassName
{
color: #CAE5F1;
}
</style>
background-color css
<style>
a { background-color: #CAE5F1; }
a { background-color: rgb(202,229,241); }
div.DivClassName
{
background-color: #CAE5F1;
}
.BgClassName
{
background-color: #CAE5F1;
}
</style>
border-color css
<style>
span { border-color: #CAE5F1; }
span { border-color: rgb(202,229,241); }
td.TdClassName
{
border-color: #CAE5F1;
}
.TagClassName
{
border-color: #CAE5F1;
}
</style>