Shades of Pattens Blue #CAE5F6
Tints of Pattens Blue #CAE5F6
RGB
CMYK
RGB Variations
Color information
#CAE5F6 (or 0xCAE5F6) is known color: Pattens Blue. HEX triplet: CA, E5 and F6. RGB value is (202,229,246). Sum of RGB (Red+Green+Blue) = 202+229+246=677 (89% of max value = 765). Red value is 202 (79.30% from 255 or 29.84% from 677); Green value is 229 (89.84% from 255 or 33.83% from 677); Blue value is 246 (96.48% from 255 or 36.34% from 677); Max value from RGB is 246 - color contains mainly: blue. Hex color #CAE5F6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAE5F6 is #351A09. Grayscale: #DEDEDE. Windows color (decimal): -3480074 or 16180682. OLE color: 16180682.
HSL color Cylindrical-coordinate representation of color #CAE5F6: hue angle of 203.18º degrees, saturation: 0.71, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CAE5F6 is Cyan = 0.18, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 202 | 229 | 246 | - |
| CMYK | 0.18 | 0.07 | 0 | 0.04 |
| HSL | 203.18º | 0.71% | 0.88% | - |
| HSV(B) | 203.18º | 0.18% | 0.96% | - |
| XYZ | 69.01 | 75.25 | 98.08 | - |
| YUV | 222.87 | 141.05 | 113.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 229 | 246 | 0.18 | 0.07 | 0 | 0.04 | 203.18 | 0.71 | 0.88 |
| Hex | CA | E5 | F6 | 12 | 7 | 0 | 4 | CB | 47 | 58 |
| Octal | 312 | 345 | 366 | 22 | 7 | 0 | 4 | 313 | 107 | 130 |
| Binary | 11001010 | 11100101 | 11110110 | 10010 | 111 | 0 | 100 | 11001011 | 1000111 | 1011000 |
Color Harmonies of #CAE5F6
Complementary color
Monochromatic Colors of #CAE5F6
Black with #CAE5F6
Text Example
Text Example
White with #CAE5F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAE5F6; }
p { color: rgb(202,229,246); }
H1.HeaderClassName
{
color: #CAE5F6;
}
.AnyTagClassName
{
color: #CAE5F6;
}
</style>
background-color css
<style>
a { background-color: #CAE5F6; }
a { background-color: rgb(202,229,246); }
div.DivClassName
{
background-color: #CAE5F6;
}
.BgClassName
{
background-color: #CAE5F6;
}
</style>
border-color css
<style>
span { border-color: #CAE5F6; }
span { border-color: rgb(202,229,246); }
td.TdClassName
{
border-color: #CAE5F6;
}
.TagClassName
{
border-color: #CAE5F6;
}
</style>