Html Css Color HEX #A5CBFA Pale Cornflower Blue
📋 copy color: '#A5CBFA'red 165 ◦ green 203 ◦ blue 250
Shades of Pale Cornflower Blue #A5CBFA
Tints of Pale Cornflower Blue #A5CBFA
RGB
CMYK
RGB Variations
Color information
#A5CBFA (or 0xA5CBFA) is known color: Pale Cornflower Blue. HEX triplet: A5, CB and FA. RGB value is (165,203,250). Sum of RGB (Red+Green+Blue) = 165+203+250=618 (81% of max value = 765). Red value is 165 (64.84% from 255 or 26.70% from 618); Green value is 203 (79.69% from 255 or 32.85% from 618); Blue value is 250 (98.05% from 255 or 40.45% from 618); Max value from RGB is 250 - color contains mainly: blue. Hex color #A5CBFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A5CBFA is #5A3405. Grayscale: #C4C4C4. Windows color (decimal): -5911558 or 16436133. OLE color: 16436133.
HSL color Cylindrical-coordinate representation of color #A5CBFA: hue angle of 213.18º degrees, saturation: 0.89, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A5CBFA is Cyan = 0.34, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 165 | 203 | 250 | - |
| CMYK | 0.34 | 0.19 | 0 | 0.02 |
| HSL | 213.18º | 0.89% | 0.81% | - |
| HSV(B) | 213.18º | 0.34% | 0.98% | - |
| XYZ | 54.13 | 57.61 | 98.71 | - |
| YUV | 197 | 157.91 | 105.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 203 | 250 | 0.34 | 0.19 | 0 | 0.02 | 213.18 | 0.89 | 0.81 |
| Hex | A5 | CB | FA | 22 | 13 | 0 | 2 | D5 | 59 | 51 |
| Octal | 245 | 313 | 372 | 42 | 23 | 0 | 2 | 325 | 131 | 121 |
| Binary | 10100101 | 11001011 | 11111010 | 100010 | 10011 | 0 | 10 | 11010101 | 1011001 | 1010001 |
Color Harmonies of #A5CBFA
Complementary color
Monochromatic Colors of #A5CBFA
Black with #A5CBFA
Text Example
Text Example
White with #A5CBFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5CBFA; }
p { color: rgb(165,203,250); }
H1.HeaderClassName
{
color: #A5CBFA;
}
.AnyTagClassName
{
color: #A5CBFA;
}
</style>
background-color css
<style>
a { background-color: #A5CBFA; }
a { background-color: rgb(165,203,250); }
div.DivClassName
{
background-color: #A5CBFA;
}
.BgClassName
{
background-color: #A5CBFA;
}
</style>
border-color css
<style>
span { border-color: #A5CBFA; }
span { border-color: rgb(165,203,250); }
td.TdClassName
{
border-color: #A5CBFA;
}
.TagClassName
{
border-color: #A5CBFA;
}
</style>