Shades of Pattens Blue #CAEEFA
Tints of Pattens Blue #CAEEFA
RGB
CMYK
RGB Variations
Color information
#CAEEFA (or 0xCAEEFA) is known color: Pattens Blue. HEX triplet: CA, EE and FA. RGB value is (202,238,250). Sum of RGB (Red+Green+Blue) = 202+238+250=690 (91% of max value = 765). Red value is 202 (79.30% from 255 or 29.28% from 690); Green value is 238 (93.36% from 255 or 34.49% from 690); Blue value is 250 (98.05% from 255 or 36.23% from 690); Max value from RGB is 250 - color contains mainly: blue. Hex color #CAEEFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CAEEFA is #351105. Grayscale: #E4E4E4. Windows color (decimal): -3477766 or 16445130. OLE color: 16445130.
HSL color Cylindrical-coordinate representation of color #CAEEFA: hue angle of 195º degrees, saturation: 0.83, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CAEEFA is Cyan = 0.19, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 202 | 238 | 250 | - |
| CMYK | 0.19 | 0.05 | 0 | 0.02 |
| HSL | 195º | 0.83% | 0.89% | - |
| HSV(B) | 195º | 0.19% | 0.98% | - |
| XYZ | 72.19 | 80.61 | 102.2 | - |
| YUV | 228.6 | 140.07 | 109.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 238 | 250 | 0.19 | 0.05 | 0 | 0.02 | 195 | 0.83 | 0.89 |
| Hex | CA | EE | FA | 13 | 5 | 0 | 2 | C3 | 53 | 59 |
| Octal | 312 | 356 | 372 | 23 | 5 | 0 | 2 | 303 | 123 | 131 |
| Binary | 11001010 | 11101110 | 11111010 | 10011 | 101 | 0 | 10 | 11000011 | 1010011 | 1011001 |
Color Harmonies of #CAEEFA
Complementary color
Monochromatic Colors of #CAEEFA
Black with #CAEEFA
Text Example
Text Example
White with #CAEEFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAEEFA; }
p { color: rgb(202,238,250); }
H1.HeaderClassName
{
color: #CAEEFA;
}
.AnyTagClassName
{
color: #CAEEFA;
}
</style>
background-color css
<style>
a { background-color: #CAEEFA; }
a { background-color: rgb(202,238,250); }
div.DivClassName
{
background-color: #CAEEFA;
}
.BgClassName
{
background-color: #CAEEFA;
}
</style>
border-color css
<style>
span { border-color: #CAEEFA; }
span { border-color: rgb(202,238,250); }
td.TdClassName
{
border-color: #CAEEFA;
}
.TagClassName
{
border-color: #CAEEFA;
}
</style>