Shades of Pattens Blue #CAE9FF
Tints of Pattens Blue #CAE9FF
RGB
CMYK
RGB Variations
Color information
#CAE9FF (or 0xCAE9FF) is known color: Pattens Blue. HEX triplet: CA, E9 and FF. RGB value is (202,233,255). Sum of RGB (Red+Green+Blue) = 202+233+255=690 (91% of max value = 765). Red value is 202 (79.30% from 255 or 29.28% from 690); Green value is 233 (91.41% from 255 or 33.77% from 690); Blue value is 255 (100% from 255 or 36.96% from 690); Max value from RGB is 255 - color contains mainly: blue. Hex color #CAE9FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CAE9FF is #351600. Grayscale: #E2E2E2. Windows color (decimal): -3479041 or 16771530. OLE color: 16771530.
HSL color Cylindrical-coordinate representation of color #CAE9FF: hue angle of 204.91º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CAE9FF is Cyan = 0.21, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 202 | 233 | 255 | - |
| CMYK | 0.21 | 0.09 | 0 | 0 |
| HSL | 204.91º | 1% | 0.9% | - |
| HSV(B) | 204.91º | 0.21% | 1% | - |
| XYZ | 71.55 | 78.05 | 105.9 | - |
| YUV | 226.24 | 144.23 | 110.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 233 | 255 | 0.21 | 0.09 | 0 | 0 | 204.91 | 1 | 0.9 |
| Hex | CA | E9 | FF | 15 | 9 | 0 | 0 | CD | 64 | 5A |
| Octal | 312 | 351 | 377 | 25 | 11 | 0 | 0 | 315 | 144 | 132 |
| Binary | 11001010 | 11101001 | 11111111 | 10101 | 1001 | 0 | 0 | 11001101 | 1100100 | 1011010 |
Color Harmonies of #CAE9FF
Complementary color
Monochromatic Colors of #CAE9FF
Black with #CAE9FF
Text Example
Text Example
White with #CAE9FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAE9FF; }
p { color: rgb(202,233,255); }
H1.HeaderClassName
{
color: #CAE9FF;
}
.AnyTagClassName
{
color: #CAE9FF;
}
</style>
background-color css
<style>
a { background-color: #CAE9FF; }
a { background-color: rgb(202,233,255); }
div.DivClassName
{
background-color: #CAE9FF;
}
.BgClassName
{
background-color: #CAE9FF;
}
</style>
border-color css
<style>
span { border-color: #CAE9FF; }
span { border-color: rgb(202,233,255); }
td.TdClassName
{
border-color: #CAE9FF;
}
.TagClassName
{
border-color: #CAE9FF;
}
</style>