Html Css Color HEX #A5CAFB Pale Cornflower Blue
📋 copy color: '#A5CAFB'red 165 ◦ green 202 ◦ blue 251
Shades of Pale Cornflower Blue #A5CAFB
Tints of Pale Cornflower Blue #A5CAFB
RGB
CMYK
RGB Variations
Color information
#A5CAFB (or 0xA5CAFB) is known color: Pale Cornflower Blue. HEX triplet: A5, CA and FB. RGB value is (165,202,251). Sum of RGB (Red+Green+Blue) = 165+202+251=618 (81% of max value = 765). Red value is 165 (64.84% from 255 or 26.70% from 618); Green value is 202 (79.30% from 255 or 32.69% from 618); Blue value is 251 (98.44% from 255 or 40.61% from 618); Max value from RGB is 251 - color contains mainly: blue. Hex color #A5CAFB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A5CAFB is #5A3504. Grayscale: #C4C4C4. Windows color (decimal): -5911813 or 16501413. OLE color: 16501413.
HSL color Cylindrical-coordinate representation of color #A5CAFB: hue angle of 214.19º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A5CAFB is Cyan = 0.34, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 165 | 202 | 251 | - |
| CMYK | 0.34 | 0.20 | 0 | 0.02 |
| HSL | 214.19º | 0.91% | 0.82% | - |
| HSV(B) | 214.19º | 0.34% | 0.98% | - |
| XYZ | 54.05 | 57.21 | 99.46 | - |
| YUV | 196.52 | 158.74 | 105.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 202 | 251 | 0.34 | 0.20 | 0 | 0.02 | 214.19 | 0.91 | 0.82 |
| Hex | A5 | CA | FB | 22 | 14 | 0 | 2 | D6 | 5B | 52 |
| Octal | 245 | 312 | 373 | 42 | 24 | 0 | 2 | 326 | 133 | 122 |
| Binary | 10100101 | 11001010 | 11111011 | 100010 | 10100 | 0 | 10 | 11010110 | 1011011 | 1010010 |
Color Harmonies of #A5CAFB
Complementary color
Monochromatic Colors of #A5CAFB
Black with #A5CAFB
Text Example
Text Example
White with #A5CAFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5CAFB; }
p { color: rgb(165,202,251); }
H1.HeaderClassName
{
color: #A5CAFB;
}
.AnyTagClassName
{
color: #A5CAFB;
}
</style>
background-color css
<style>
a { background-color: #A5CAFB; }
a { background-color: rgb(165,202,251); }
div.DivClassName
{
background-color: #A5CAFB;
}
.BgClassName
{
background-color: #A5CAFB;
}
</style>
border-color css
<style>
span { border-color: #A5CAFB; }
span { border-color: rgb(165,202,251); }
td.TdClassName
{
border-color: #A5CAFB;
}
.TagClassName
{
border-color: #A5CAFB;
}
</style>