Html Css Color HEX #A5CAF2 Pale Cornflower Blue
📋 copy color: '#A5CAF2'red 165 ◦ green 202 ◦ blue 242
Shades of Pale Cornflower Blue #A5CAF2
Tints of Pale Cornflower Blue #A5CAF2
RGB
CMYK
RGB Variations
Color information
#A5CAF2 (or 0xA5CAF2) is known color: Pale Cornflower Blue. HEX triplet: A5, CA and F2. RGB value is (165,202,242). Sum of RGB (Red+Green+Blue) = 165+202+242=609 (80% of max value = 765). Red value is 165 (64.84% from 255 or 27.09% from 609); Green value is 202 (79.30% from 255 or 33.17% from 609); Blue value is 242 (94.92% from 255 or 39.74% from 609); Max value from RGB is 242 - color contains mainly: blue. Hex color #A5CAF2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A5CAF2 is #5A350D. Grayscale: #C3C3C3. Windows color (decimal): -5911822 or 15911589. OLE color: 15911589.
HSL color Cylindrical-coordinate representation of color #A5CAF2: hue angle of 211.17º degrees, saturation: 0.75, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A5CAF2 is Cyan = 0.32, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 165 | 202 | 242 | - |
| CMYK | 0.32 | 0.17 | 0 | 0.05 |
| HSL | 211.17º | 0.75% | 0.8% | - |
| HSV(B) | 211.17º | 0.32% | 0.95% | - |
| XYZ | 52.66 | 56.65 | 92.16 | - |
| YUV | 195.5 | 154.24 | 106.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 202 | 242 | 0.32 | 0.17 | 0 | 0.05 | 211.17 | 0.75 | 0.8 |
| Hex | A5 | CA | F2 | 20 | 11 | 0 | 5 | D3 | 4B | 50 |
| Octal | 245 | 312 | 362 | 40 | 21 | 0 | 5 | 323 | 113 | 120 |
| Binary | 10100101 | 11001010 | 11110010 | 100000 | 10001 | 0 | 101 | 11010011 | 1001011 | 1010000 |
Color Harmonies of #A5CAF2
Complementary color
Monochromatic Colors of #A5CAF2
Black with #A5CAF2
Text Example
Text Example
White with #A5CAF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5CAF2; }
p { color: rgb(165,202,242); }
H1.HeaderClassName
{
color: #A5CAF2;
}
.AnyTagClassName
{
color: #A5CAF2;
}
</style>
background-color css
<style>
a { background-color: #A5CAF2; }
a { background-color: rgb(165,202,242); }
div.DivClassName
{
background-color: #A5CAF2;
}
.BgClassName
{
background-color: #A5CAF2;
}
</style>
border-color css
<style>
span { border-color: #A5CAF2; }
span { border-color: rgb(165,202,242); }
td.TdClassName
{
border-color: #A5CAF2;
}
.TagClassName
{
border-color: #A5CAF2;
}
</style>