Shades of Pattens Blue #CAE1FA
Tints of Pattens Blue #CAE1FA
RGB
CMYK
RGB Variations
Color information
#CAE1FA (or 0xCAE1FA) is known color: Pattens Blue. HEX triplet: CA, E1 and FA. RGB value is (202,225,250). Sum of RGB (Red+Green+Blue) = 202+225+250=677 (89% of max value = 765). Red value is 202 (79.30% from 255 or 29.84% from 677); Green value is 225 (88.28% from 255 or 33.23% from 677); Blue value is 250 (98.05% from 255 or 36.93% from 677); Max value from RGB is 250 - color contains mainly: blue. Hex color #CAE1FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAE1FA is #351E05. Grayscale: #DCDCDC. Windows color (decimal): -3481094 or 16441802. OLE color: 16441802.
HSL color Cylindrical-coordinate representation of color #CAE1FA: hue angle of 211.25º degrees, saturation: 0.83, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CAE1FA is Cyan = 0.19, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 202 | 225 | 250 | - |
| CMYK | 0.19 | 0.10 | 0 | 0.02 |
| HSL | 211.25º | 0.83% | 0.89% | - |
| HSV(B) | 211.25º | 0.19% | 0.98% | - |
| XYZ | 68.54 | 73.31 | 100.98 | - |
| YUV | 220.97 | 144.38 | 114.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 225 | 250 | 0.19 | 0.10 | 0 | 0.02 | 211.25 | 0.83 | 0.89 |
| Hex | CA | E1 | FA | 13 | A | 0 | 2 | D3 | 53 | 59 |
| Octal | 312 | 341 | 372 | 23 | 12 | 0 | 2 | 323 | 123 | 131 |
| Binary | 11001010 | 11100001 | 11111010 | 10011 | 1010 | 0 | 10 | 11010011 | 1010011 | 1011001 |
Color Harmonies of #CAE1FA
Complementary color
Monochromatic Colors of #CAE1FA
Black with #CAE1FA
Text Example
Text Example
White with #CAE1FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAE1FA; }
p { color: rgb(202,225,250); }
H1.HeaderClassName
{
color: #CAE1FA;
}
.AnyTagClassName
{
color: #CAE1FA;
}
</style>
background-color css
<style>
a { background-color: #CAE1FA; }
a { background-color: rgb(202,225,250); }
div.DivClassName
{
background-color: #CAE1FA;
}
.BgClassName
{
background-color: #CAE1FA;
}
</style>
border-color css
<style>
span { border-color: #CAE1FA; }
span { border-color: rgb(202,225,250); }
td.TdClassName
{
border-color: #CAE1FA;
}
.TagClassName
{
border-color: #CAE1FA;
}
</style>