Html Css Color HEX #A5CBFC Pale Cornflower Blue
📋 copy color: '#A5CBFC'red 165 ◦ green 203 ◦ blue 252
Shades of Pale Cornflower Blue #A5CBFC
Tints of Pale Cornflower Blue #A5CBFC
RGB
CMYK
RGB Variations
Color information
#A5CBFC (or 0xA5CBFC) is known color: Pale Cornflower Blue. HEX triplet: A5, CB and FC. RGB value is (165,203,252). Sum of RGB (Red+Green+Blue) = 165+203+252=620 (82% of max value = 765). Red value is 165 (64.84% from 255 or 26.61% from 620); Green value is 203 (79.69% from 255 or 32.74% from 620); Blue value is 252 (98.83% from 255 or 40.65% from 620); Max value from RGB is 252 - color contains mainly: blue. Hex color #A5CBFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A5CBFC is #5A3403. Grayscale: #C4C4C4. Windows color (decimal): -5911556 or 16567205. OLE color: 16567205.
HSL color Cylindrical-coordinate representation of color #A5CBFC: hue angle of 213.79º degrees, saturation: 0.94, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A5CBFC is Cyan = 0.35, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 165 | 203 | 252 | - |
| CMYK | 0.35 | 0.19 | 0 | 0.01 |
| HSL | 213.79º | 0.94% | 0.82% | - |
| HSV(B) | 213.79º | 0.35% | 0.99% | - |
| XYZ | 54.44 | 57.74 | 100.37 | - |
| YUV | 197.22 | 158.91 | 105.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 203 | 252 | 0.35 | 0.19 | 0 | 0.01 | 213.79 | 0.94 | 0.82 |
| Hex | A5 | CB | FC | 23 | 13 | 0 | 1 | D6 | 5E | 52 |
| Octal | 245 | 313 | 374 | 43 | 23 | 0 | 1 | 326 | 136 | 122 |
| Binary | 10100101 | 11001011 | 11111100 | 100011 | 10011 | 0 | 1 | 11010110 | 1011110 | 1010010 |
Color Harmonies of #A5CBFC
Complementary color
Monochromatic Colors of #A5CBFC
Black with #A5CBFC
Text Example
Text Example
White with #A5CBFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5CBFC; }
p { color: rgb(165,203,252); }
H1.HeaderClassName
{
color: #A5CBFC;
}
.AnyTagClassName
{
color: #A5CBFC;
}
</style>
background-color css
<style>
a { background-color: #A5CBFC; }
a { background-color: rgb(165,203,252); }
div.DivClassName
{
background-color: #A5CBFC;
}
.BgClassName
{
background-color: #A5CBFC;
}
</style>
border-color css
<style>
span { border-color: #A5CBFC; }
span { border-color: rgb(165,203,252); }
td.TdClassName
{
border-color: #A5CBFC;
}
.TagClassName
{
border-color: #A5CBFC;
}
</style>