Shades of Pattens Blue #CAE4F2
Tints of Pattens Blue #CAE4F2
RGB
CMYK
RGB Variations
Color information
#CAE4F2 (or 0xCAE4F2) is known color: Pattens Blue. HEX triplet: CA, E4 and F2. RGB value is (202,228,242). Sum of RGB (Red+Green+Blue) = 202+228+242=672 (89% of max value = 765). Red value is 202 (79.30% from 255 or 30.06% from 672); Green value is 228 (89.45% from 255 or 33.93% from 672); Blue value is 242 (94.92% from 255 or 36.01% from 672); Max value from RGB is 242 - color contains mainly: blue. Hex color #CAE4F2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAE4F2 is #351B0D. Grayscale: #DDDDDD. Windows color (decimal): -3480334 or 15918282. OLE color: 15918282.
HSL color Cylindrical-coordinate representation of color #CAE4F2: hue angle of 201º 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 #CAE4F2 is Cyan = 0.17, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 202 | 228 | 242 | - |
| CMYK | 0.17 | 0.06 | 0 | 0.05 |
| HSL | 201º | 0.61% | 0.87% | - |
| HSV(B) | 201º | 0.17% | 0.95% | - |
| XYZ | 68.13 | 74.45 | 94.78 | - |
| YUV | 221.82 | 139.39 | 113.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 228 | 242 | 0.17 | 0.06 | 0 | 0.05 | 201 | 0.61 | 0.87 |
| Hex | CA | E4 | F2 | 11 | 6 | 0 | 5 | C9 | 3D | 57 |
| Octal | 312 | 344 | 362 | 21 | 6 | 0 | 5 | 311 | 75 | 127 |
| Binary | 11001010 | 11100100 | 11110010 | 10001 | 110 | 0 | 101 | 11001001 | 111101 | 1010111 |
Color Harmonies of #CAE4F2
Complementary color
Monochromatic Colors of #CAE4F2
Black with #CAE4F2
Text Example
Text Example
White with #CAE4F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAE4F2; }
p { color: rgb(202,228,242); }
H1.HeaderClassName
{
color: #CAE4F2;
}
.AnyTagClassName
{
color: #CAE4F2;
}
</style>
background-color css
<style>
a { background-color: #CAE4F2; }
a { background-color: rgb(202,228,242); }
div.DivClassName
{
background-color: #CAE4F2;
}
.BgClassName
{
background-color: #CAE4F2;
}
</style>
border-color css
<style>
span { border-color: #CAE4F2; }
span { border-color: rgb(202,228,242); }
td.TdClassName
{
border-color: #CAE4F2;
}
.TagClassName
{
border-color: #CAE4F2;
}
</style>