Shades of Pattens Blue #CAE1F8
Tints of Pattens Blue #CAE1F8
RGB
CMYK
RGB Variations
Color information
#CAE1F8 (or 0xCAE1F8) is known color: Pattens Blue. HEX triplet: CA, E1 and F8. RGB value is (202,225,248). Sum of RGB (Red+Green+Blue) = 202+225+248=675 (89% of max value = 765). Red value is 202 (79.30% from 255 or 29.93% from 675); Green value is 225 (88.28% from 255 or 33.33% from 675); Blue value is 248 (97.27% from 255 or 36.74% from 675); Max value from RGB is 248 - color contains mainly: blue. Hex color #CAE1F8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAE1F8 is #351E07. Grayscale: #DCDCDC. Windows color (decimal): -3481096 or 16310730. OLE color: 16310730.
HSL color Cylindrical-coordinate representation of color #CAE1F8: hue angle of 210º 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 #CAE1F8 is Cyan = 0.19, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 202 | 225 | 248 | - |
| CMYK | 0.19 | 0.09 | 0 | 0.03 |
| HSL | 210º | 0.77% | 0.88% | - |
| HSV(B) | 210º | 0.19% | 0.97% | - |
| XYZ | 68.23 | 73.18 | 99.34 | - |
| YUV | 220.75 | 143.38 | 114.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 225 | 248 | 0.19 | 0.09 | 0 | 0.03 | 210 | 0.77 | 0.88 |
| Hex | CA | E1 | F8 | 13 | 9 | 0 | 3 | D2 | 4D | 58 |
| Octal | 312 | 341 | 370 | 23 | 11 | 0 | 3 | 322 | 115 | 130 |
| Binary | 11001010 | 11100001 | 11111000 | 10011 | 1001 | 0 | 11 | 11010010 | 1001101 | 1011000 |
Color Harmonies of #CAE1F8
Complementary color
Monochromatic Colors of #CAE1F8
Black with #CAE1F8
Text Example
Text Example
White with #CAE1F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAE1F8; }
p { color: rgb(202,225,248); }
H1.HeaderClassName
{
color: #CAE1F8;
}
.AnyTagClassName
{
color: #CAE1F8;
}
</style>
background-color css
<style>
a { background-color: #CAE1F8; }
a { background-color: rgb(202,225,248); }
div.DivClassName
{
background-color: #CAE1F8;
}
.BgClassName
{
background-color: #CAE1F8;
}
</style>
border-color css
<style>
span { border-color: #CAE1F8; }
span { border-color: rgb(202,225,248); }
td.TdClassName
{
border-color: #CAE1F8;
}
.TagClassName
{
border-color: #CAE1F8;
}
</style>