Shades of Pattens Blue #CAE2FF
Tints of Pattens Blue #CAE2FF
RGB
CMYK
RGB Variations
Color information
#CAE2FF (or 0xCAE2FF) is known color: Pattens Blue. HEX triplet: CA, E2 and FF. RGB value is (202,226,255). Sum of RGB (Red+Green+Blue) = 202+226+255=683 (90% of max value = 765). Red value is 202 (79.30% from 255 or 29.58% from 683); Green value is 226 (88.67% from 255 or 33.09% from 683); Blue value is 255 (100% from 255 or 37.34% from 683); Max value from RGB is 255 - color contains mainly: blue. Hex color #CAE2FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAE2FF is #351D00. Grayscale: #DDDDDD. Windows color (decimal): -3480833 or 16769738. OLE color: 16769738.
HSL color Cylindrical-coordinate representation of color #CAE2FF: hue angle of 212.83º 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 #CAE2FF is Cyan = 0.21, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
RGB | 202 | 226 | 255 | - |
CMYK | 0.21 | 0.11 | 0 | 0 |
HSL | 212.83º | 1% | 0.9% | - |
HSV(B) | 212.83º | 0.21% | 1% | - |
XYZ | 69.6 | 74.17 | 105.26 | - |
YUV | 222.13 | 146.55 | 113.64 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 226 | 255 | 0.21 | 0.11 | 0 | 0 | 212.83 | 1 | 0.9 |
Hex | CA | E2 | FF | 15 | B | 0 | 0 | D5 | 64 | 5A |
Octal | 312 | 342 | 377 | 25 | 13 | 0 | 0 | 325 | 144 | 132 |
Binary | 11001010 | 11100010 | 11111111 | 10101 | 1011 | 0 | 0 | 11010101 | 1100100 | 1011010 |
Color Harmonies of #CAE2FF
Complementary color
Monochromatic Colors of #CAE2FF
Black with #CAE2FF
Text Example
Text Example
White with #CAE2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAE2FF; }
p { color: rgb(202,226,255); }
H1.HeaderClassName
{
color: #CAE2FF;
}
.AnyTagClassName
{
color: #CAE2FF;
}
</style>
background-color css
<style>
a { background-color: #CAE2FF; }
a { background-color: rgb(202,226,255); }
div.DivClassName
{
background-color: #CAE2FF;
}
.BgClassName
{
background-color: #CAE2FF;
}
</style>
border-color css
<style>
span { border-color: #CAE2FF; }
span { border-color: rgb(202,226,255); }
td.TdClassName
{
border-color: #CAE2FF;
}
.TagClassName
{
border-color: #CAE2FF;
}
</style>