Html Css Color HEX #ADDAF8 Pale Cornflower Blue
📋 copy color: '#ADDAF8'red 173 ◦ green 218 ◦ blue 248
Shades of Pale Cornflower Blue #ADDAF8
Tints of Pale Cornflower Blue #ADDAF8
RGB
CMYK
RGB Variations
Color information
#ADDAF8 (or 0xADDAF8) is known color: Pale Cornflower Blue. HEX triplet: AD, DA and F8. RGB value is (173,218,248). Sum of RGB (Red+Green+Blue) = 173+218+248=639 (84% of max value = 765). Red value is 173 (67.97% from 255 or 27.07% from 639); Green value is 218 (85.55% from 255 or 34.12% from 639); Blue value is 248 (97.27% from 255 or 38.81% from 639); Max value from RGB is 248 - color contains mainly: blue. Hex color #ADDAF8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADDAF8 is #522507. Grayscale: #CFCFCF. Windows color (decimal): -5383432 or 16308909. OLE color: 16308909.
HSL color Cylindrical-coordinate representation of color #ADDAF8: hue angle of 204º degrees, saturation: 0.84, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ADDAF8 is Cyan = 0.30, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 173 | 218 | 248 | - |
| CMYK | 0.30 | 0.12 | 0 | 0.03 |
| HSL | 204º | 0.84% | 0.83% | - |
| HSV(B) | 204º | 0.3% | 0.97% | - |
| XYZ | 59.25 | 65.8 | 98.39 | - |
| YUV | 207.97 | 150.59 | 103.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 218 | 248 | 0.30 | 0.12 | 0 | 0.03 | 204 | 0.84 | 0.83 |
| Hex | AD | DA | F8 | 1E | C | 0 | 3 | CC | 54 | 53 |
| Octal | 255 | 332 | 370 | 36 | 14 | 0 | 3 | 314 | 124 | 123 |
| Binary | 10101101 | 11011010 | 11111000 | 11110 | 1100 | 0 | 11 | 11001100 | 1010100 | 1010011 |
Color Harmonies of #ADDAF8
Complementary color
Monochromatic Colors of #ADDAF8
Black with #ADDAF8
Text Example
Text Example
White with #ADDAF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDAF8; }
p { color: rgb(173,218,248); }
H1.HeaderClassName
{
color: #ADDAF8;
}
.AnyTagClassName
{
color: #ADDAF8;
}
</style>
background-color css
<style>
a { background-color: #ADDAF8; }
a { background-color: rgb(173,218,248); }
div.DivClassName
{
background-color: #ADDAF8;
}
.BgClassName
{
background-color: #ADDAF8;
}
</style>
border-color css
<style>
span { border-color: #ADDAF8; }
span { border-color: rgb(173,218,248); }
td.TdClassName
{
border-color: #ADDAF8;
}
.TagClassName
{
border-color: #ADDAF8;
}
</style>