Shades of Pattens Blue #CAE9F8
Tints of Pattens Blue #CAE9F8
RGB
CMYK
RGB Variations
Color information
#CAE9F8 (or 0xCAE9F8) is known color: Pattens Blue. HEX triplet: CA, E9 and F8. RGB value is (202,233,248). Sum of RGB (Red+Green+Blue) = 202+233+248=683 (90% of max value = 765). Red value is 202 (79.30% from 255 or 29.58% from 683); Green value is 233 (91.41% from 255 or 34.11% from 683); Blue value is 248 (97.27% from 255 or 36.31% from 683); Max value from RGB is 248 - color contains mainly: blue. Hex color #CAE9F8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CAE9F8 is #351607. Grayscale: #E1E1E1. Windows color (decimal): -3479048 or 16312778. OLE color: 16312778.
HSL color Cylindrical-coordinate representation of color #CAE9F8: hue angle of 199.57º 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 #CAE9F8 is Cyan = 0.19, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 202 | 233 | 248 | - |
| CMYK | 0.19 | 0.06 | 0 | 0.03 |
| HSL | 199.57º | 0.77% | 0.88% | - |
| HSV(B) | 199.57º | 0.19% | 0.97% | - |
| XYZ | 70.44 | 77.61 | 100.07 | - |
| YUV | 225.44 | 140.73 | 111.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 233 | 248 | 0.19 | 0.06 | 0 | 0.03 | 199.57 | 0.77 | 0.88 |
| Hex | CA | E9 | F8 | 13 | 6 | 0 | 3 | C8 | 4D | 58 |
| Octal | 312 | 351 | 370 | 23 | 6 | 0 | 3 | 310 | 115 | 130 |
| Binary | 11001010 | 11101001 | 11111000 | 10011 | 110 | 0 | 11 | 11001000 | 1001101 | 1011000 |
Color Harmonies of #CAE9F8
Complementary color
Monochromatic Colors of #CAE9F8
Black with #CAE9F8
Text Example
Text Example
White with #CAE9F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAE9F8; }
p { color: rgb(202,233,248); }
H1.HeaderClassName
{
color: #CAE9F8;
}
.AnyTagClassName
{
color: #CAE9F8;
}
</style>
background-color css
<style>
a { background-color: #CAE9F8; }
a { background-color: rgb(202,233,248); }
div.DivClassName
{
background-color: #CAE9F8;
}
.BgClassName
{
background-color: #CAE9F8;
}
</style>
border-color css
<style>
span { border-color: #CAE9F8; }
span { border-color: rgb(202,233,248); }
td.TdClassName
{
border-color: #CAE9F8;
}
.TagClassName
{
border-color: #CAE9F8;
}
</style>