Shades of Pattens Blue #CAE6FF
Tints of Pattens Blue #CAE6FF
RGB
CMYK
RGB Variations
Color information
#CAE6FF (or 0xCAE6FF) is known color: Pattens Blue. HEX triplet: CA, E6 and FF. RGB value is (202,230,255). Sum of RGB (Red+Green+Blue) = 202+230+255=687 (90% of max value = 765). Red value is 202 (79.30% from 255 or 29.40% from 687); Green value is 230 (90.23% from 255 or 33.48% from 687); Blue value is 255 (100% from 255 or 37.12% from 687); Max value from RGB is 255 - color contains mainly: blue. Hex color #CAE6FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CAE6FF is #351900. Grayscale: #E0E0E0. Windows color (decimal): -3479809 or 16770762. OLE color: 16770762.
HSL color Cylindrical-coordinate representation of color #CAE6FF: hue angle of 208.3º 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 #CAE6FF is Cyan = 0.21, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 202 | 230 | 255 | - |
| CMYK | 0.21 | 0.10 | 0 | 0 |
| HSL | 208.3º | 1% | 0.9% | - |
| HSV(B) | 208.3º | 0.21% | 1% | - |
| XYZ | 70.7 | 76.37 | 105.62 | - |
| YUV | 224.48 | 145.22 | 111.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 230 | 255 | 0.21 | 0.10 | 0 | 0 | 208.3 | 1 | 0.9 |
| Hex | CA | E6 | FF | 15 | A | 0 | 0 | D0 | 64 | 5A |
| Octal | 312 | 346 | 377 | 25 | 12 | 0 | 0 | 320 | 144 | 132 |
| Binary | 11001010 | 11100110 | 11111111 | 10101 | 1010 | 0 | 0 | 11010000 | 1100100 | 1011010 |
Color Harmonies of #CAE6FF
Complementary color
Monochromatic Colors of #CAE6FF
Black with #CAE6FF
Text Example
Text Example
White with #CAE6FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAE6FF; }
p { color: rgb(202,230,255); }
H1.HeaderClassName
{
color: #CAE6FF;
}
.AnyTagClassName
{
color: #CAE6FF;
}
</style>
background-color css
<style>
a { background-color: #CAE6FF; }
a { background-color: rgb(202,230,255); }
div.DivClassName
{
background-color: #CAE6FF;
}
.BgClassName
{
background-color: #CAE6FF;
}
</style>
border-color css
<style>
span { border-color: #CAE6FF; }
span { border-color: rgb(202,230,255); }
td.TdClassName
{
border-color: #CAE6FF;
}
.TagClassName
{
border-color: #CAE6FF;
}
</style>