Shades of Pattens Blue #CAE3FE
Tints of Pattens Blue #CAE3FE
RGB
CMYK
RGB Variations
Color information
#CAE3FE (or 0xCAE3FE) is known color: Pattens Blue. HEX triplet: CA, E3 and FE. RGB value is (202,227,254). Sum of RGB (Red+Green+Blue) = 202+227+254=683 (90% of max value = 765). Red value is 202 (79.30% from 255 or 29.58% from 683); Green value is 227 (89.06% from 255 or 33.24% from 683); Blue value is 254 (99.61% from 255 or 37.19% from 683); Max value from RGB is 254 - color contains mainly: blue. Hex color #CAE3FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAE3FE is #351C01. Grayscale: #DEDEDE. Windows color (decimal): -3480578 or 16704458. OLE color: 16704458.
HSL color Cylindrical-coordinate representation of color #CAE3FE: hue angle of 211.15º degrees, saturation: 0.96, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CAE3FE is Cyan = 0.20, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 202 | 227 | 254 | - |
| CMYK | 0.20 | 0.11 | 0 | 0.00 |
| HSL | 211.15º | 0.96% | 0.89% | - |
| HSV(B) | 211.15º | 0.2% | 1% | - |
| XYZ | 69.72 | 74.65 | 104.5 | - |
| YUV | 222.6 | 145.72 | 113.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 227 | 254 | 0.20 | 0.11 | 0 | 0.00 | 211.15 | 0.96 | 0.89 |
| Hex | CA | E3 | FE | 14 | B | 0 | 0 | D3 | 60 | 59 |
| Octal | 312 | 343 | 376 | 24 | 13 | 0 | 0 | 323 | 140 | 131 |
| Binary | 11001010 | 11100011 | 11111110 | 10100 | 1011 | 0 | 0 | 11010011 | 1100000 | 1011001 |
Color Harmonies of #CAE3FE
Complementary color
Monochromatic Colors of #CAE3FE
Black with #CAE3FE
Text Example
Text Example
White with #CAE3FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAE3FE; }
p { color: rgb(202,227,254); }
H1.HeaderClassName
{
color: #CAE3FE;
}
.AnyTagClassName
{
color: #CAE3FE;
}
</style>
background-color css
<style>
a { background-color: #CAE3FE; }
a { background-color: rgb(202,227,254); }
div.DivClassName
{
background-color: #CAE3FE;
}
.BgClassName
{
background-color: #CAE3FE;
}
</style>
border-color css
<style>
span { border-color: #CAE3FE; }
span { border-color: rgb(202,227,254); }
td.TdClassName
{
border-color: #CAE3FE;
}
.TagClassName
{
border-color: #CAE3FE;
}
</style>