Shades of Pattens Blue #CAE1F1
Tints of Pattens Blue #CAE1F1
RGB
CMYK
RGB Variations
Color information
#CAE1F1 (or 0xCAE1F1) is known color: Pattens Blue. HEX triplet: CA, E1 and F1. RGB value is (202,225,241). Sum of RGB (Red+Green+Blue) = 202+225+241=668 (88% of max value = 765). Red value is 202 (79.30% from 255 or 30.24% from 668); Green value is 225 (88.28% from 255 or 33.68% from 668); Blue value is 241 (94.53% from 255 or 36.08% from 668); Max value from RGB is 241 - color contains mainly: blue. Hex color #CAE1F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAE1F1 is #351E0E. Grayscale: #DBDBDB. Windows color (decimal): -3481103 or 15851978. OLE color: 15851978.
HSL color Cylindrical-coordinate representation of color #CAE1F1: hue angle of 204.62º degrees, saturation: 0.58, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CAE1F1 is Cyan = 0.16, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 202 | 225 | 241 | - |
| CMYK | 0.16 | 0.07 | 0 | 0.05 |
| HSL | 204.62º | 0.58% | 0.87% | - |
| HSV(B) | 204.62º | 0.16% | 0.95% | - |
| XYZ | 67.16 | 72.76 | 93.72 | - |
| YUV | 219.95 | 139.88 | 115.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 225 | 241 | 0.16 | 0.07 | 0 | 0.05 | 204.62 | 0.58 | 0.87 |
| Hex | CA | E1 | F1 | 10 | 7 | 0 | 5 | CD | 3A | 57 |
| Octal | 312 | 341 | 361 | 20 | 7 | 0 | 5 | 315 | 72 | 127 |
| Binary | 11001010 | 11100001 | 11110001 | 10000 | 111 | 0 | 101 | 11001101 | 111010 | 1010111 |
Color Harmonies of #CAE1F1
Complementary color
Monochromatic Colors of #CAE1F1
Black with #CAE1F1
Text Example
Text Example
White with #CAE1F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAE1F1; }
p { color: rgb(202,225,241); }
H1.HeaderClassName
{
color: #CAE1F1;
}
.AnyTagClassName
{
color: #CAE1F1;
}
</style>
background-color css
<style>
a { background-color: #CAE1F1; }
a { background-color: rgb(202,225,241); }
div.DivClassName
{
background-color: #CAE1F1;
}
.BgClassName
{
background-color: #CAE1F1;
}
</style>
border-color css
<style>
span { border-color: #CAE1F1; }
span { border-color: rgb(202,225,241); }
td.TdClassName
{
border-color: #CAE1F1;
}
.TagClassName
{
border-color: #CAE1F1;
}
</style>