Shades of Pattens Blue #CAE9F4
Tints of Pattens Blue #CAE9F4
RGB
CMYK
RGB Variations
Color information
#CAE9F4 (or 0xCAE9F4) is known color: Pattens Blue. HEX triplet: CA, E9 and F4. RGB value is (202,233,244). Sum of RGB (Red+Green+Blue) = 202+233+244=679 (89% of max value = 765). Red value is 202 (79.30% from 255 or 29.75% from 679); Green value is 233 (91.41% from 255 or 34.32% from 679); Blue value is 244 (95.70% from 255 or 35.94% from 679); Max value from RGB is 244 - color contains mainly: blue. Hex color #CAE9F4 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CAE9F4 is #35160B. Grayscale: #E0E0E0. Windows color (decimal): -3479052 or 16050634. OLE color: 16050634.
HSL color Cylindrical-coordinate representation of color #CAE9F4: hue angle of 195.71º degrees, saturation: 0.66, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CAE9F4 is Cyan = 0.17, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
RGB | 202 | 233 | 244 | - |
CMYK | 0.17 | 0.05 | 0 | 0.04 |
HSL | 195.71º | 0.66% | 0.87% | - |
HSV(B) | 195.71º | 0.17% | 0.96% | - |
XYZ | 69.83 | 77.37 | 96.84 | - |
YUV | 224.99 | 138.73 | 111.61 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 233 | 244 | 0.17 | 0.05 | 0 | 0.04 | 195.71 | 0.66 | 0.87 |
Hex | CA | E9 | F4 | 11 | 5 | 0 | 4 | C4 | 42 | 57 |
Octal | 312 | 351 | 364 | 21 | 5 | 0 | 4 | 304 | 102 | 127 |
Binary | 11001010 | 11101001 | 11110100 | 10001 | 101 | 0 | 100 | 11000100 | 1000010 | 1010111 |
Color Harmonies of #CAE9F4
Complementary color
Monochromatic Colors of #CAE9F4
Black with #CAE9F4
Text Example
Text Example
White with #CAE9F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAE9F4; }
p { color: rgb(202,233,244); }
H1.HeaderClassName
{
color: #CAE9F4;
}
.AnyTagClassName
{
color: #CAE9F4;
}
</style>
background-color css
<style>
a { background-color: #CAE9F4; }
a { background-color: rgb(202,233,244); }
div.DivClassName
{
background-color: #CAE9F4;
}
.BgClassName
{
background-color: #CAE9F4;
}
</style>
border-color css
<style>
span { border-color: #CAE9F4; }
span { border-color: rgb(202,233,244); }
td.TdClassName
{
border-color: #CAE9F4;
}
.TagClassName
{
border-color: #CAE9F4;
}
</style>