Shades of Pattens Blue #CAE0F7
Tints of Pattens Blue #CAE0F7
RGB
CMYK
RGB Variations
Color information
#CAE0F7 (or 0xCAE0F7) is known color: Pattens Blue. HEX triplet: CA, E0 and F7. RGB value is (202,224,247). Sum of RGB (Red+Green+Blue) = 202+224+247=673 (89% of max value = 765). Red value is 202 (79.30% from 255 or 30.01% from 673); Green value is 224 (87.89% from 255 or 33.28% from 673); Blue value is 247 (96.88% from 255 or 36.70% from 673); Max value from RGB is 247 - color contains mainly: blue. Hex color #CAE0F7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAE0F7 is #351F08. Grayscale: #DBDBDB. Windows color (decimal): -3481353 or 16244938. OLE color: 16244938.
HSL color Cylindrical-coordinate representation of color #CAE0F7: hue angle of 210.67º degrees, saturation: 0.74, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CAE0F7 is Cyan = 0.18, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 202 | 224 | 247 | - |
| CMYK | 0.18 | 0.09 | 0 | 0.03 |
| HSL | 210.67º | 0.74% | 0.88% | - |
| HSV(B) | 210.67º | 0.18% | 0.97% | - |
| XYZ | 67.8 | 72.58 | 98.43 | - |
| YUV | 220.04 | 143.21 | 115.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 224 | 247 | 0.18 | 0.09 | 0 | 0.03 | 210.67 | 0.74 | 0.88 |
| Hex | CA | E0 | F7 | 12 | 9 | 0 | 3 | D3 | 4A | 58 |
| Octal | 312 | 340 | 367 | 22 | 11 | 0 | 3 | 323 | 112 | 130 |
| Binary | 11001010 | 11100000 | 11110111 | 10010 | 1001 | 0 | 11 | 11010011 | 1001010 | 1011000 |
Color Harmonies of #CAE0F7
Complementary color
Monochromatic Colors of #CAE0F7
Black with #CAE0F7
Text Example
Text Example
White with #CAE0F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAE0F7; }
p { color: rgb(202,224,247); }
H1.HeaderClassName
{
color: #CAE0F7;
}
.AnyTagClassName
{
color: #CAE0F7;
}
</style>
background-color css
<style>
a { background-color: #CAE0F7; }
a { background-color: rgb(202,224,247); }
div.DivClassName
{
background-color: #CAE0F7;
}
.BgClassName
{
background-color: #CAE0F7;
}
</style>
border-color css
<style>
span { border-color: #CAE0F7; }
span { border-color: rgb(202,224,247); }
td.TdClassName
{
border-color: #CAE0F7;
}
.TagClassName
{
border-color: #CAE0F7;
}
</style>