Shades of Pattens Blue #CAE0F8
Tints of Pattens Blue #CAE0F8
RGB
CMYK
RGB Variations
Color information
#CAE0F8 (or 0xCAE0F8) is known color: Pattens Blue. HEX triplet: CA, E0 and F8. RGB value is (202,224,248). Sum of RGB (Red+Green+Blue) = 202+224+248=674 (89% of max value = 765). Red value is 202 (79.30% from 255 or 29.97% from 674); Green value is 224 (87.89% from 255 or 33.23% from 674); Blue value is 248 (97.27% from 255 or 36.80% from 674); Max value from RGB is 248 - color contains mainly: blue. Hex color #CAE0F8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAE0F8 is #351F07. Grayscale: #DCDCDC. Windows color (decimal): -3481352 or 16310474. OLE color: 16310474.
HSL color Cylindrical-coordinate representation of color #CAE0F8: hue angle of 211.3º degrees, saturation: 0.77, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CAE0F8 is Cyan = 0.19, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 202 | 224 | 248 | - |
| CMYK | 0.19 | 0.10 | 0 | 0.03 |
| HSL | 211.3º | 0.77% | 0.88% | - |
| HSV(B) | 211.3º | 0.19% | 0.97% | - |
| XYZ | 67.96 | 72.65 | 99.25 | - |
| YUV | 220.16 | 143.71 | 115.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 224 | 248 | 0.19 | 0.10 | 0 | 0.03 | 211.3 | 0.77 | 0.88 |
| Hex | CA | E0 | F8 | 13 | A | 0 | 3 | D3 | 4D | 58 |
| Octal | 312 | 340 | 370 | 23 | 12 | 0 | 3 | 323 | 115 | 130 |
| Binary | 11001010 | 11100000 | 11111000 | 10011 | 1010 | 0 | 11 | 11010011 | 1001101 | 1011000 |
Color Harmonies of #CAE0F8
Complementary color
Monochromatic Colors of #CAE0F8
Black with #CAE0F8
Text Example
Text Example
White with #CAE0F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAE0F8; }
p { color: rgb(202,224,248); }
H1.HeaderClassName
{
color: #CAE0F8;
}
.AnyTagClassName
{
color: #CAE0F8;
}
</style>
background-color css
<style>
a { background-color: #CAE0F8; }
a { background-color: rgb(202,224,248); }
div.DivClassName
{
background-color: #CAE0F8;
}
.BgClassName
{
background-color: #CAE0F8;
}
</style>
border-color css
<style>
span { border-color: #CAE0F8; }
span { border-color: rgb(202,224,248); }
td.TdClassName
{
border-color: #CAE0F8;
}
.TagClassName
{
border-color: #CAE0F8;
}
</style>