Html Css Color HEX #A4CDFD Pale Cornflower Blue
📋 copy color: '#A4CDFD'red 164 ◦ green 205 ◦ blue 253
Shades of Pale Cornflower Blue #A4CDFD
Tints of Pale Cornflower Blue #A4CDFD
RGB
CMYK
RGB Variations
Color information
#A4CDFD (or 0xA4CDFD) is known color: Pale Cornflower Blue. HEX triplet: A4, CD and FD. RGB value is (164,205,253). Sum of RGB (Red+Green+Blue) = 164+205+253=622 (82% of max value = 765). Red value is 164 (64.45% from 255 or 26.37% from 622); Green value is 205 (80.47% from 255 or 32.96% from 622); Blue value is 253 (99.22% from 255 or 40.68% from 622); Max value from RGB is 253 - color contains mainly: blue. Hex color #A4CDFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A4CDFD is #5B3202. Grayscale: #C5C5C5. Windows color (decimal): -5976579 or 16633252. OLE color: 16633252.
HSL color Cylindrical-coordinate representation of color #A4CDFD: hue angle of 212.36º degrees, saturation: 0.96, 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 #A4CDFD is Cyan = 0.35, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 164 | 205 | 253 | - |
| CMYK | 0.35 | 0.19 | 0 | 0.01 |
| HSL | 212.36º | 0.96% | 0.82% | - |
| HSV(B) | 212.36º | 0.35% | 0.99% | - |
| XYZ | 54.87 | 58.65 | 101.36 | - |
| YUV | 198.21 | 158.92 | 103.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 205 | 253 | 0.35 | 0.19 | 0 | 0.01 | 212.36 | 0.96 | 0.82 |
| Hex | A4 | CD | FD | 23 | 13 | 0 | 1 | D4 | 60 | 52 |
| Octal | 244 | 315 | 375 | 43 | 23 | 0 | 1 | 324 | 140 | 122 |
| Binary | 10100100 | 11001101 | 11111101 | 100011 | 10011 | 0 | 1 | 11010100 | 1100000 | 1010010 |
Color Harmonies of #A4CDFD
Complementary color
Monochromatic Colors of #A4CDFD
Black with #A4CDFD
Text Example
Text Example
White with #A4CDFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4CDFD; }
p { color: rgb(164,205,253); }
H1.HeaderClassName
{
color: #A4CDFD;
}
.AnyTagClassName
{
color: #A4CDFD;
}
</style>
background-color css
<style>
a { background-color: #A4CDFD; }
a { background-color: rgb(164,205,253); }
div.DivClassName
{
background-color: #A4CDFD;
}
.BgClassName
{
background-color: #A4CDFD;
}
</style>
border-color css
<style>
span { border-color: #A4CDFD; }
span { border-color: rgb(164,205,253); }
td.TdClassName
{
border-color: #A4CDFD;
}
.TagClassName
{
border-color: #A4CDFD;
}
</style>