Html Css Color HEX #A5CDF6 Pale Cornflower Blue
📋 copy color: '#A5CDF6'red 165 ◦ green 205 ◦ blue 246
Shades of Pale Cornflower Blue #A5CDF6
Tints of Pale Cornflower Blue #A5CDF6
RGB
CMYK
RGB Variations
Color information
#A5CDF6 (or 0xA5CDF6) is known color: Pale Cornflower Blue. HEX triplet: A5, CD and F6. RGB value is (165,205,246). Sum of RGB (Red+Green+Blue) = 165+205+246=616 (81% of max value = 765). Red value is 165 (64.84% from 255 or 26.79% from 616); Green value is 205 (80.47% from 255 or 33.28% from 616); Blue value is 246 (96.48% from 255 or 39.94% from 616); Max value from RGB is 246 - color contains mainly: blue. Hex color #A5CDF6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A5CDF6 is #5A3209. Grayscale: #C5C5C5. Windows color (decimal): -5911050 or 16174501. OLE color: 16174501.
HSL color Cylindrical-coordinate representation of color #A5CDF6: hue angle of 210.37º degrees, saturation: 0.82, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A5CDF6 is Cyan = 0.33, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 165 | 205 | 246 | - |
| CMYK | 0.33 | 0.17 | 0 | 0.04 |
| HSL | 210.37º | 0.82% | 0.81% | - |
| HSV(B) | 210.37º | 0.33% | 0.96% | - |
| XYZ | 53.98 | 58.32 | 95.6 | - |
| YUV | 197.71 | 155.25 | 104.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 205 | 246 | 0.33 | 0.17 | 0 | 0.04 | 210.37 | 0.82 | 0.81 |
| Hex | A5 | CD | F6 | 21 | 11 | 0 | 4 | D2 | 52 | 51 |
| Octal | 245 | 315 | 366 | 41 | 21 | 0 | 4 | 322 | 122 | 121 |
| Binary | 10100101 | 11001101 | 11110110 | 100001 | 10001 | 0 | 100 | 11010010 | 1010010 | 1010001 |
Color Harmonies of #A5CDF6
Complementary color
Monochromatic Colors of #A5CDF6
Black with #A5CDF6
Text Example
Text Example
White with #A5CDF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5CDF6; }
p { color: rgb(165,205,246); }
H1.HeaderClassName
{
color: #A5CDF6;
}
.AnyTagClassName
{
color: #A5CDF6;
}
</style>
background-color css
<style>
a { background-color: #A5CDF6; }
a { background-color: rgb(165,205,246); }
div.DivClassName
{
background-color: #A5CDF6;
}
.BgClassName
{
background-color: #A5CDF6;
}
</style>
border-color css
<style>
span { border-color: #A5CDF6; }
span { border-color: rgb(165,205,246); }
td.TdClassName
{
border-color: #A5CDF6;
}
.TagClassName
{
border-color: #A5CDF6;
}
</style>