Shades of Pattens Blue #CAE6F4
Tints of Pattens Blue #CAE6F4
RGB
CMYK
RGB Variations
Color information
#CAE6F4 (or 0xCAE6F4) is known color: Pattens Blue. HEX triplet: CA, E6 and F4. RGB value is (202,230,244). Sum of RGB (Red+Green+Blue) = 202+230+244=676 (89% of max value = 765). Red value is 202 (79.30% from 255 or 29.88% from 676); Green value is 230 (90.23% from 255 or 34.02% from 676); Blue value is 244 (95.70% from 255 or 36.09% from 676); Max value from RGB is 244 - color contains mainly: blue. Hex color #CAE6F4 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CAE6F4 is #35190B. Grayscale: #DFDFDF. Windows color (decimal): -3479820 or 16049866. OLE color: 16049866.
HSL color Cylindrical-coordinate representation of color #CAE6F4: hue angle of 200º 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 #CAE6F4 is Cyan = 0.17, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 202 | 230 | 244 | - |
| CMYK | 0.17 | 0.06 | 0 | 0.04 |
| HSL | 200º | 0.66% | 0.87% | - |
| HSV(B) | 200º | 0.17% | 0.96% | - |
| XYZ | 68.98 | 75.68 | 96.56 | - |
| YUV | 223.22 | 139.72 | 112.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 230 | 244 | 0.17 | 0.06 | 0 | 0.04 | 200 | 0.66 | 0.87 |
| Hex | CA | E6 | F4 | 11 | 6 | 0 | 4 | C8 | 42 | 57 |
| Octal | 312 | 346 | 364 | 21 | 6 | 0 | 4 | 310 | 102 | 127 |
| Binary | 11001010 | 11100110 | 11110100 | 10001 | 110 | 0 | 100 | 11001000 | 1000010 | 1010111 |
Color Harmonies of #CAE6F4
Complementary color
Monochromatic Colors of #CAE6F4
Black with #CAE6F4
Text Example
Text Example
White with #CAE6F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAE6F4; }
p { color: rgb(202,230,244); }
H1.HeaderClassName
{
color: #CAE6F4;
}
.AnyTagClassName
{
color: #CAE6F4;
}
</style>
background-color css
<style>
a { background-color: #CAE6F4; }
a { background-color: rgb(202,230,244); }
div.DivClassName
{
background-color: #CAE6F4;
}
.BgClassName
{
background-color: #CAE6F4;
}
</style>
border-color css
<style>
span { border-color: #CAE6F4; }
span { border-color: rgb(202,230,244); }
td.TdClassName
{
border-color: #CAE6F4;
}
.TagClassName
{
border-color: #CAE6F4;
}
</style>