Html Css Color HEX #A5C6F0 Pale Cornflower Blue
📋 copy color: '#A5C6F0'red 165 ◦ green 198 ◦ blue 240
Shades of Pale Cornflower Blue #A5C6F0
Tints of Pale Cornflower Blue #A5C6F0
RGB
CMYK
RGB Variations
Color information
#A5C6F0 (or 0xA5C6F0) is known color: Pale Cornflower Blue. HEX triplet: A5, C6 and F0. RGB value is (165,198,240). Sum of RGB (Red+Green+Blue) = 165+198+240=603 (79% of max value = 765). Red value is 165 (64.84% from 255 or 27.36% from 603); Green value is 198 (77.73% from 255 or 32.84% from 603); Blue value is 240 (94.14% from 255 or 39.80% from 603); Max value from RGB is 240 - color contains mainly: blue. Hex color #A5C6F0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A5C6F0 is #5A390F. Grayscale: #C0C0C0. Windows color (decimal): -5912848 or 15779493. OLE color: 15779493.
HSL color Cylindrical-coordinate representation of color #A5C6F0: hue angle of 213.6º degrees, saturation: 0.71, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A5C6F0 is Cyan = 0.31, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 165 | 198 | 240 | - |
| CMYK | 0.31 | 0.18 | 0 | 0.06 |
| HSL | 213.6º | 0.71% | 0.79% | - |
| HSV(B) | 213.6º | 0.31% | 0.94% | - |
| XYZ | 51.44 | 54.68 | 90.28 | - |
| YUV | 192.92 | 154.57 | 108.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 198 | 240 | 0.31 | 0.18 | 0 | 0.06 | 213.6 | 0.71 | 0.79 |
| Hex | A5 | C6 | F0 | 1F | 12 | 0 | 6 | D6 | 47 | 4F |
| Octal | 245 | 306 | 360 | 37 | 22 | 0 | 6 | 326 | 107 | 117 |
| Binary | 10100101 | 11000110 | 11110000 | 11111 | 10010 | 0 | 110 | 11010110 | 1000111 | 1001111 |
Color Harmonies of #A5C6F0
Complementary color
Monochromatic Colors of #A5C6F0
Black with #A5C6F0
Text Example
Text Example
White with #A5C6F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5C6F0; }
p { color: rgb(165,198,240); }
H1.HeaderClassName
{
color: #A5C6F0;
}
.AnyTagClassName
{
color: #A5C6F0;
}
</style>
background-color css
<style>
a { background-color: #A5C6F0; }
a { background-color: rgb(165,198,240); }
div.DivClassName
{
background-color: #A5C6F0;
}
.BgClassName
{
background-color: #A5C6F0;
}
</style>
border-color css
<style>
span { border-color: #A5C6F0; }
span { border-color: rgb(165,198,240); }
td.TdClassName
{
border-color: #A5C6F0;
}
.TagClassName
{
border-color: #A5C6F0;
}
</style>