Shades of Pattens Blue #CAEAFF
Tints of Pattens Blue #CAEAFF
RGB
CMYK
RGB Variations
Color information
#CAEAFF (or 0xCAEAFF) is known color: Pattens Blue. HEX triplet: CA, EA and FF. RGB value is (202,234,255). Sum of RGB (Red+Green+Blue) = 202+234+255=691 (91% of max value = 765). Red value is 202 (79.30% from 255 or 29.23% from 691); Green value is 234 (91.80% from 255 or 33.86% from 691); Blue value is 255 (100% from 255 or 36.90% from 691); Max value from RGB is 255 - color contains mainly: blue. Hex color #CAEAFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CAEAFF is #351500. Grayscale: #E2E2E2. Windows color (decimal): -3478785 or 16771786. OLE color: 16771786.
HSL color Cylindrical-coordinate representation of color #CAEAFF: hue angle of 203.77º 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 #CAEAFF is Cyan = 0.21, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 202 | 234 | 255 | - |
| CMYK | 0.21 | 0.08 | 0 | 0 |
| HSL | 203.77º | 1% | 0.9% | - |
| HSV(B) | 203.77º | 0.21% | 1% | - |
| XYZ | 71.83 | 78.62 | 106 | - |
| YUV | 226.83 | 143.9 | 110.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 234 | 255 | 0.21 | 0.08 | 0 | 0 | 203.77 | 1 | 0.9 |
| Hex | CA | EA | FF | 15 | 8 | 0 | 0 | CC | 64 | 5A |
| Octal | 312 | 352 | 377 | 25 | 10 | 0 | 0 | 314 | 144 | 132 |
| Binary | 11001010 | 11101010 | 11111111 | 10101 | 1000 | 0 | 0 | 11001100 | 1100100 | 1011010 |
Color Harmonies of #CAEAFF
Complementary color
Monochromatic Colors of #CAEAFF
Black with #CAEAFF
Text Example
Text Example
White with #CAEAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAEAFF; }
p { color: rgb(202,234,255); }
H1.HeaderClassName
{
color: #CAEAFF;
}
.AnyTagClassName
{
color: #CAEAFF;
}
</style>
background-color css
<style>
a { background-color: #CAEAFF; }
a { background-color: rgb(202,234,255); }
div.DivClassName
{
background-color: #CAEAFF;
}
.BgClassName
{
background-color: #CAEAFF;
}
</style>
border-color css
<style>
span { border-color: #CAEAFF; }
span { border-color: rgb(202,234,255); }
td.TdClassName
{
border-color: #CAEAFF;
}
.TagClassName
{
border-color: #CAEAFF;
}
</style>