Html Css Color HEX #A4CDFE Pale Cornflower Blue
📋 copy color: '#A4CDFE'red 164 ◦ green 205 ◦ blue 254
Shades of Pale Cornflower Blue #A4CDFE
Tints of Pale Cornflower Blue #A4CDFE
RGB
CMYK
RGB Variations
Color information
#A4CDFE (or 0xA4CDFE) is known color: Pale Cornflower Blue. HEX triplet: A4, CD and FE. RGB value is (164,205,254). Sum of RGB (Red+Green+Blue) = 164+205+254=623 (82% of max value = 765). Red value is 164 (64.45% from 255 or 26.32% from 623); Green value is 205 (80.47% from 255 or 32.91% from 623); Blue value is 254 (99.61% from 255 or 40.77% from 623); Max value from RGB is 254 - color contains mainly: blue. Hex color #A4CDFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A4CDFE is #5B3201. Grayscale: #C6C6C6. Windows color (decimal): -5976578 or 16698788. OLE color: 16698788.
HSL color Cylindrical-coordinate representation of color #A4CDFE: hue angle of 212.67º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A4CDFE is Cyan = 0.35, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 164 | 205 | 254 | - |
| CMYK | 0.35 | 0.19 | 0 | 0.00 |
| HSL | 212.67º | 0.98% | 0.82% | - |
| HSV(B) | 212.67º | 0.35% | 1% | - |
| XYZ | 55.03 | 58.71 | 102.2 | - |
| YUV | 198.33 | 159.42 | 103.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 205 | 254 | 0.35 | 0.19 | 0 | 0.00 | 212.67 | 0.98 | 0.82 |
| Hex | A4 | CD | FE | 23 | 13 | 0 | 0 | D5 | 62 | 52 |
| Octal | 244 | 315 | 376 | 43 | 23 | 0 | 0 | 325 | 142 | 122 |
| Binary | 10100100 | 11001101 | 11111110 | 100011 | 10011 | 0 | 0 | 11010101 | 1100010 | 1010010 |
Color Harmonies of #A4CDFE
Complementary color
Monochromatic Colors of #A4CDFE
Black with #A4CDFE
Text Example
Text Example
White with #A4CDFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4CDFE; }
p { color: rgb(164,205,254); }
H1.HeaderClassName
{
color: #A4CDFE;
}
.AnyTagClassName
{
color: #A4CDFE;
}
</style>
background-color css
<style>
a { background-color: #A4CDFE; }
a { background-color: rgb(164,205,254); }
div.DivClassName
{
background-color: #A4CDFE;
}
.BgClassName
{
background-color: #A4CDFE;
}
</style>
border-color css
<style>
span { border-color: #A4CDFE; }
span { border-color: rgb(164,205,254); }
td.TdClassName
{
border-color: #A4CDFE;
}
.TagClassName
{
border-color: #A4CDFE;
}
</style>