Shades of Pattens Blue #CAD9E4
Tints of Pattens Blue #CAD9E4
RGB
CMYK
RGB Variations
Color information
#CAD9E4 (or 0xCAD9E4) is known color: Pattens Blue. HEX triplet: CA, D9 and E4. RGB value is (202,217,228). Sum of RGB (Red+Green+Blue) = 202+217+228=647 (85% of max value = 765). Red value is 202 (79.30% from 255 or 31.22% from 647); Green value is 217 (85.16% from 255 or 33.54% from 647); Blue value is 228 (89.45% from 255 or 35.24% from 647); Max value from RGB is 228 - color contains mainly: blue. Hex color #CAD9E4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAD9E4 is #35261B. Grayscale: #D5D5D5. Windows color (decimal): -3483164 or 14997962. OLE color: 14997962.
HSL color Cylindrical-coordinate representation of color #CAD9E4: hue angle of 205.38º degrees, saturation: 0.32, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CAD9E4 is Cyan = 0.11, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
RGB | 202 | 217 | 228 | - |
CMYK | 0.11 | 0.05 | 0 | 0.11 |
HSL | 205.38º | 0.33% | 0.84% | - |
HSV(B) | 205.38º | 0.11% | 0.89% | - |
XYZ | 63.17 | 67.78 | 83.15 | - |
YUV | 213.77 | 136.03 | 119.61 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 217 | 228 | 0.11 | 0.05 | 0 | 0.11 | 205.38 | 0.33 | 0.84 |
Hex | CA | D9 | E4 | B | 5 | 0 | B | CD | 20 | 54 |
Octal | 312 | 331 | 344 | 13 | 5 | 0 | 13 | 315 | 40 | 124 |
Binary | 11001010 | 11011001 | 11100100 | 1011 | 101 | 0 | 1011 | 11001101 | 100000 | 1010100 |
Color Harmonies of #CAD9E4
Complementary color
Monochromatic Colors of #CAD9E4
Black with #CAD9E4
Text Example
Text Example
White with #CAD9E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAD9E4; }
p { color: rgb(202,217,228); }
H1.HeaderClassName
{
color: #CAD9E4;
}
.AnyTagClassName
{
color: #CAD9E4;
}
</style>
background-color css
<style>
a { background-color: #CAD9E4; }
a { background-color: rgb(202,217,228); }
div.DivClassName
{
background-color: #CAD9E4;
}
.BgClassName
{
background-color: #CAD9E4;
}
</style>
border-color css
<style>
span { border-color: #CAD9E4; }
span { border-color: rgb(202,217,228); }
td.TdClassName
{
border-color: #CAD9E4;
}
.TagClassName
{
border-color: #CAD9E4;
}
</style>