Shades of Pattens Blue #CAE2FA
Tints of Pattens Blue #CAE2FA
RGB
CMYK
RGB Variations
Color information
#CAE2FA (or 0xCAE2FA) is known color: Pattens Blue. HEX triplet: CA, E2 and FA. RGB value is (202,226,250). Sum of RGB (Red+Green+Blue) = 202+226+250=678 (89% of max value = 765). Red value is 202 (79.30% from 255 or 29.79% from 678); Green value is 226 (88.67% from 255 or 33.33% from 678); Blue value is 250 (98.05% from 255 or 36.87% from 678); Max value from RGB is 250 - color contains mainly: blue. Hex color #CAE2FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAE2FA is #351D05. Grayscale: #DDDDDD. Windows color (decimal): -3480838 or 16442058. OLE color: 16442058.
HSL color Cylindrical-coordinate representation of color #CAE2FA: hue angle of 210º 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 #CAE2FA is Cyan = 0.19, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 202 | 226 | 250 | - |
| CMYK | 0.19 | 0.10 | 0 | 0.02 |
| HSL | 210º | 0.83% | 0.89% | - |
| HSV(B) | 210º | 0.19% | 0.98% | - |
| XYZ | 68.81 | 73.85 | 101.07 | - |
| YUV | 221.56 | 144.05 | 114.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 226 | 250 | 0.19 | 0.10 | 0 | 0.02 | 210 | 0.83 | 0.89 |
| Hex | CA | E2 | FA | 13 | A | 0 | 2 | D2 | 53 | 59 |
| Octal | 312 | 342 | 372 | 23 | 12 | 0 | 2 | 322 | 123 | 131 |
| Binary | 11001010 | 11100010 | 11111010 | 10011 | 1010 | 0 | 10 | 11010010 | 1010011 | 1011001 |
Color Harmonies of #CAE2FA
Complementary color
Monochromatic Colors of #CAE2FA
Black with #CAE2FA
Text Example
Text Example
White with #CAE2FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAE2FA; }
p { color: rgb(202,226,250); }
H1.HeaderClassName
{
color: #CAE2FA;
}
.AnyTagClassName
{
color: #CAE2FA;
}
</style>
background-color css
<style>
a { background-color: #CAE2FA; }
a { background-color: rgb(202,226,250); }
div.DivClassName
{
background-color: #CAE2FA;
}
.BgClassName
{
background-color: #CAE2FA;
}
</style>
border-color css
<style>
span { border-color: #CAE2FA; }
span { border-color: rgb(202,226,250); }
td.TdClassName
{
border-color: #CAE2FA;
}
.TagClassName
{
border-color: #CAE2FA;
}
</style>