Shades of Pattens Blue #CAE8F9
Tints of Pattens Blue #CAE8F9
RGB
CMYK
RGB Variations
Color information
#CAE8F9 (or 0xCAE8F9) is known color: Pattens Blue. HEX triplet: CA, E8 and F9. RGB value is (202,232,249). Sum of RGB (Red+Green+Blue) = 202+232+249=683 (90% of max value = 765). Red value is 202 (79.30% from 255 or 29.58% from 683); Green value is 232 (91.02% from 255 or 33.97% from 683); Blue value is 249 (97.66% from 255 or 36.46% from 683); Max value from RGB is 249 - color contains mainly: blue. Hex color #CAE8F9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CAE8F9 is #351706. Grayscale: #E0E0E0. Windows color (decimal): -3479303 or 16378058. OLE color: 16378058.
HSL color Cylindrical-coordinate representation of color #CAE8F9: hue angle of 201.7º degrees, saturation: 0.8, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CAE8F9 is Cyan = 0.19, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 202 | 232 | 249 | - |
| CMYK | 0.19 | 0.07 | 0 | 0.02 |
| HSL | 201.7º | 0.8% | 0.88% | - |
| HSV(B) | 201.7º | 0.19% | 0.98% | - |
| XYZ | 70.31 | 77.11 | 100.8 | - |
| YUV | 224.97 | 141.56 | 111.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 232 | 249 | 0.19 | 0.07 | 0 | 0.02 | 201.7 | 0.8 | 0.88 |
| Hex | CA | E8 | F9 | 13 | 7 | 0 | 2 | CA | 50 | 58 |
| Octal | 312 | 350 | 371 | 23 | 7 | 0 | 2 | 312 | 120 | 130 |
| Binary | 11001010 | 11101000 | 11111001 | 10011 | 111 | 0 | 10 | 11001010 | 1010000 | 1011000 |
Color Harmonies of #CAE8F9
Complementary color
Monochromatic Colors of #CAE8F9
Black with #CAE8F9
Text Example
Text Example
White with #CAE8F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAE8F9; }
p { color: rgb(202,232,249); }
H1.HeaderClassName
{
color: #CAE8F9;
}
.AnyTagClassName
{
color: #CAE8F9;
}
</style>
background-color css
<style>
a { background-color: #CAE8F9; }
a { background-color: rgb(202,232,249); }
div.DivClassName
{
background-color: #CAE8F9;
}
.BgClassName
{
background-color: #CAE8F9;
}
</style>
border-color css
<style>
span { border-color: #CAE8F9; }
span { border-color: rgb(202,232,249); }
td.TdClassName
{
border-color: #CAE8F9;
}
.TagClassName
{
border-color: #CAE8F9;
}
</style>