Shades of Pattens Blue #CAE5FA
Tints of Pattens Blue #CAE5FA
RGB
CMYK
RGB Variations
Color information
#CAE5FA (or 0xCAE5FA) is known color: Pattens Blue. HEX triplet: CA, E5 and FA. RGB value is (202,229,250). Sum of RGB (Red+Green+Blue) = 202+229+250=681 (90% of max value = 765). Red value is 202 (79.30% from 255 or 29.66% from 681); Green value is 229 (89.84% from 255 or 33.63% from 681); Blue value is 250 (98.05% from 255 or 36.71% from 681); Max value from RGB is 250 - color contains mainly: blue. Hex color #CAE5FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAE5FA is #351A05. Grayscale: #DFDFDF. Windows color (decimal): -3480070 or 16442826. OLE color: 16442826.
HSL color Cylindrical-coordinate representation of color #CAE5FA: hue angle of 206.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 #CAE5FA is Cyan = 0.19, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 202 | 229 | 250 | - |
| CMYK | 0.19 | 0.08 | 0 | 0.02 |
| HSL | 206.25º | 0.83% | 0.89% | - |
| HSV(B) | 206.25º | 0.19% | 0.98% | - |
| XYZ | 69.63 | 75.5 | 101.34 | - |
| YUV | 223.32 | 143.05 | 112.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 229 | 250 | 0.19 | 0.08 | 0 | 0.02 | 206.25 | 0.83 | 0.89 |
| Hex | CA | E5 | FA | 13 | 8 | 0 | 2 | CE | 53 | 59 |
| Octal | 312 | 345 | 372 | 23 | 10 | 0 | 2 | 316 | 123 | 131 |
| Binary | 11001010 | 11100101 | 11111010 | 10011 | 1000 | 0 | 10 | 11001110 | 1010011 | 1011001 |
Color Harmonies of #CAE5FA
Complementary color
Monochromatic Colors of #CAE5FA
Black with #CAE5FA
Text Example
Text Example
White with #CAE5FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAE5FA; }
p { color: rgb(202,229,250); }
H1.HeaderClassName
{
color: #CAE5FA;
}
.AnyTagClassName
{
color: #CAE5FA;
}
</style>
background-color css
<style>
a { background-color: #CAE5FA; }
a { background-color: rgb(202,229,250); }
div.DivClassName
{
background-color: #CAE5FA;
}
.BgClassName
{
background-color: #CAE5FA;
}
</style>
border-color css
<style>
span { border-color: #CAE5FA; }
span { border-color: rgb(202,229,250); }
td.TdClassName
{
border-color: #CAE5FA;
}
.TagClassName
{
border-color: #CAE5FA;
}
</style>