Shades of Pattens Blue #CAE7FA
Tints of Pattens Blue #CAE7FA
RGB
CMYK
RGB Variations
Color information
#CAE7FA (or 0xCAE7FA) is known color: Pattens Blue. HEX triplet: CA, E7 and FA. RGB value is (202,231,250). Sum of RGB (Red+Green+Blue) = 202+231+250=683 (90% of max value = 765). Red value is 202 (79.30% from 255 or 29.58% from 683); Green value is 231 (90.62% from 255 or 33.82% from 683); Blue value is 250 (98.05% from 255 or 36.60% from 683); Max value from RGB is 250 - color contains mainly: blue. Hex color #CAE7FA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CAE7FA is #351805. Grayscale: #E0E0E0. Windows color (decimal): -3479558 or 16443338. OLE color: 16443338.
HSL color Cylindrical-coordinate representation of color #CAE7FA: hue angle of 203.75º 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 #CAE7FA is Cyan = 0.19, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 202 | 231 | 250 | - |
| CMYK | 0.19 | 0.08 | 0 | 0.02 |
| HSL | 203.75º | 0.83% | 0.89% | - |
| HSV(B) | 203.75º | 0.19% | 0.98% | - |
| XYZ | 70.19 | 76.61 | 101.53 | - |
| YUV | 224.5 | 142.39 | 111.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 231 | 250 | 0.19 | 0.08 | 0 | 0.02 | 203.75 | 0.83 | 0.89 |
| Hex | CA | E7 | FA | 13 | 8 | 0 | 2 | CC | 53 | 59 |
| Octal | 312 | 347 | 372 | 23 | 10 | 0 | 2 | 314 | 123 | 131 |
| Binary | 11001010 | 11100111 | 11111010 | 10011 | 1000 | 0 | 10 | 11001100 | 1010011 | 1011001 |
Color Harmonies of #CAE7FA
Complementary color
Monochromatic Colors of #CAE7FA
Black with #CAE7FA
Text Example
Text Example
White with #CAE7FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAE7FA; }
p { color: rgb(202,231,250); }
H1.HeaderClassName
{
color: #CAE7FA;
}
.AnyTagClassName
{
color: #CAE7FA;
}
</style>
background-color css
<style>
a { background-color: #CAE7FA; }
a { background-color: rgb(202,231,250); }
div.DivClassName
{
background-color: #CAE7FA;
}
.BgClassName
{
background-color: #CAE7FA;
}
</style>
border-color css
<style>
span { border-color: #CAE7FA; }
span { border-color: rgb(202,231,250); }
td.TdClassName
{
border-color: #CAE7FA;
}
.TagClassName
{
border-color: #CAE7FA;
}
</style>