Shades of Pattens Blue #CAE8FF
Tints of Pattens Blue #CAE8FF
RGB
CMYK
RGB Variations
Color information
#CAE8FF (or 0xCAE8FF) is known color: Pattens Blue. HEX triplet: CA, E8 and FF. RGB value is (202,232,255). Sum of RGB (Red+Green+Blue) = 202+232+255=689 (91% of max value = 765). Red value is 202 (79.30% from 255 or 29.32% from 689); Green value is 232 (91.02% from 255 or 33.67% from 689); Blue value is 255 (100% from 255 or 37.01% from 689); Max value from RGB is 255 - color contains mainly: blue. Hex color #CAE8FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CAE8FF is #351700. Grayscale: #E1E1E1. Windows color (decimal): -3479297 or 16771274. OLE color: 16771274.
HSL color Cylindrical-coordinate representation of color #CAE8FF: hue angle of 206.04º 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 #CAE8FF is Cyan = 0.21, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
RGB | 202 | 232 | 255 | - |
CMYK | 0.21 | 0.09 | 0 | 0 |
HSL | 206.04º | 1% | 0.9% | - |
HSV(B) | 206.04º | 0.21% | 1% | - |
XYZ | 71.26 | 77.49 | 105.81 | - |
YUV | 225.65 | 144.56 | 111.13 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 232 | 255 | 0.21 | 0.09 | 0 | 0 | 206.04 | 1 | 0.9 |
Hex | CA | E8 | FF | 15 | 9 | 0 | 0 | CE | 64 | 5A |
Octal | 312 | 350 | 377 | 25 | 11 | 0 | 0 | 316 | 144 | 132 |
Binary | 11001010 | 11101000 | 11111111 | 10101 | 1001 | 0 | 0 | 11001110 | 1100100 | 1011010 |
Color Harmonies of #CAE8FF
Complementary color
Monochromatic Colors of #CAE8FF
Black with #CAE8FF
Text Example
Text Example
White with #CAE8FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAE8FF; }
p { color: rgb(202,232,255); }
H1.HeaderClassName
{
color: #CAE8FF;
}
.AnyTagClassName
{
color: #CAE8FF;
}
</style>
background-color css
<style>
a { background-color: #CAE8FF; }
a { background-color: rgb(202,232,255); }
div.DivClassName
{
background-color: #CAE8FF;
}
.BgClassName
{
background-color: #CAE8FF;
}
</style>
border-color css
<style>
span { border-color: #CAE8FF; }
span { border-color: rgb(202,232,255); }
td.TdClassName
{
border-color: #CAE8FF;
}
.TagClassName
{
border-color: #CAE8FF;
}
</style>