Shades of Pattens Blue #CAE5F2
Tints of Pattens Blue #CAE5F2
RGB
CMYK
RGB Variations
Color information
#CAE5F2 (or 0xCAE5F2) is known color: Pattens Blue. HEX triplet: CA, E5 and F2. RGB value is (202,229,242). Sum of RGB (Red+Green+Blue) = 202+229+242=673 (89% of max value = 765). Red value is 202 (79.30% from 255 or 30.01% from 673); Green value is 229 (89.84% from 255 or 34.03% from 673); Blue value is 242 (94.92% from 255 or 35.96% from 673); Max value from RGB is 242 - color contains mainly: blue. Hex color #CAE5F2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAE5F2 is #351A0D. Grayscale: #DEDEDE. Windows color (decimal): -3480078 or 15918538. OLE color: 15918538.
HSL color Cylindrical-coordinate representation of color #CAE5F2: hue angle of 199.5º degrees, saturation: 0.61, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CAE5F2 is Cyan = 0.17, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 202 | 229 | 242 | - |
| CMYK | 0.17 | 0.05 | 0 | 0.05 |
| HSL | 199.5º | 0.61% | 0.87% | - |
| HSV(B) | 199.5º | 0.17% | 0.95% | - |
| XYZ | 68.4 | 75.01 | 94.88 | - |
| YUV | 222.41 | 139.05 | 113.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 229 | 242 | 0.17 | 0.05 | 0 | 0.05 | 199.5 | 0.61 | 0.87 |
| Hex | CA | E5 | F2 | 11 | 5 | 0 | 5 | C8 | 3D | 57 |
| Octal | 312 | 345 | 362 | 21 | 5 | 0 | 5 | 310 | 75 | 127 |
| Binary | 11001010 | 11100101 | 11110010 | 10001 | 101 | 0 | 101 | 11001000 | 111101 | 1010111 |
Color Harmonies of #CAE5F2
Complementary color
Monochromatic Colors of #CAE5F2
Black with #CAE5F2
Text Example
Text Example
White with #CAE5F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAE5F2; }
p { color: rgb(202,229,242); }
H1.HeaderClassName
{
color: #CAE5F2;
}
.AnyTagClassName
{
color: #CAE5F2;
}
</style>
background-color css
<style>
a { background-color: #CAE5F2; }
a { background-color: rgb(202,229,242); }
div.DivClassName
{
background-color: #CAE5F2;
}
.BgClassName
{
background-color: #CAE5F2;
}
</style>
border-color css
<style>
span { border-color: #CAE5F2; }
span { border-color: rgb(202,229,242); }
td.TdClassName
{
border-color: #CAE5F2;
}
.TagClassName
{
border-color: #CAE5F2;
}
</style>