Shades of Pattens Blue #CAE6F0
Tints of Pattens Blue #CAE6F0
RGB
CMYK
RGB Variations
Color information
#CAE6F0 (or 0xCAE6F0) is known color: Pattens Blue. HEX triplet: CA, E6 and F0. RGB value is (202,230,240). Sum of RGB (Red+Green+Blue) = 202+230+240=672 (89% of max value = 765). Red value is 202 (79.30% from 255 or 30.06% from 672); Green value is 230 (90.23% from 255 or 34.23% from 672); Blue value is 240 (94.14% from 255 or 35.71% from 672); Max value from RGB is 240 - color contains mainly: blue. Hex color #CAE6F0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CAE6F0 is #35190F. Grayscale: #DEDEDE. Windows color (decimal): -3479824 or 15787722. OLE color: 15787722.
HSL color Cylindrical-coordinate representation of color #CAE6F0: hue angle of 195.79º degrees, saturation: 0.56, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CAE6F0 is Cyan = 0.16, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 202 | 230 | 240 | - |
| CMYK | 0.16 | 0.04 | 0 | 0.06 |
| HSL | 195.79º | 0.56% | 0.87% | - |
| HSV(B) | 195.79º | 0.16% | 0.94% | - |
| XYZ | 68.38 | 75.44 | 93.4 | - |
| YUV | 222.77 | 137.72 | 113.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 230 | 240 | 0.16 | 0.04 | 0 | 0.06 | 195.79 | 0.56 | 0.87 |
| Hex | CA | E6 | F0 | 10 | 4 | 0 | 6 | C4 | 38 | 57 |
| Octal | 312 | 346 | 360 | 20 | 4 | 0 | 6 | 304 | 70 | 127 |
| Binary | 11001010 | 11100110 | 11110000 | 10000 | 100 | 0 | 110 | 11000100 | 111000 | 1010111 |
Color Harmonies of #CAE6F0
Complementary color
Monochromatic Colors of #CAE6F0
Black with #CAE6F0
Text Example
Text Example
White with #CAE6F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAE6F0; }
p { color: rgb(202,230,240); }
H1.HeaderClassName
{
color: #CAE6F0;
}
.AnyTagClassName
{
color: #CAE6F0;
}
</style>
background-color css
<style>
a { background-color: #CAE6F0; }
a { background-color: rgb(202,230,240); }
div.DivClassName
{
background-color: #CAE6F0;
}
.BgClassName
{
background-color: #CAE6F0;
}
</style>
border-color css
<style>
span { border-color: #CAE6F0; }
span { border-color: rgb(202,230,240); }
td.TdClassName
{
border-color: #CAE6F0;
}
.TagClassName
{
border-color: #CAE6F0;
}
</style>