Html Css Color HEX #ADDAFB Pale Cornflower Blue
📋 copy color: '#ADDAFB'red 173 ◦ green 218 ◦ blue 251
Shades of Pale Cornflower Blue #ADDAFB
Tints of Pale Cornflower Blue #ADDAFB
RGB
CMYK
RGB Variations
Color information
#ADDAFB (or 0xADDAFB) is known color: Pale Cornflower Blue. HEX triplet: AD, DA and FB. RGB value is (173,218,251). Sum of RGB (Red+Green+Blue) = 173+218+251=642 (85% of max value = 765). Red value is 173 (67.97% from 255 or 26.95% from 642); Green value is 218 (85.55% from 255 or 33.96% from 642); Blue value is 251 (98.44% from 255 or 39.10% from 642); Max value from RGB is 251 - color contains mainly: blue. Hex color #ADDAFB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADDAFB is #522504. Grayscale: #D0D0D0. Windows color (decimal): -5383429 or 16505517. OLE color: 16505517.
HSL color Cylindrical-coordinate representation of color #ADDAFB: hue angle of 205.38º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ADDAFB is Cyan = 0.31, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 173 | 218 | 251 | - |
| CMYK | 0.31 | 0.13 | 0 | 0.02 |
| HSL | 205.38º | 0.91% | 0.83% | - |
| HSV(B) | 205.38º | 0.31% | 0.98% | - |
| XYZ | 59.72 | 65.99 | 100.86 | - |
| YUV | 208.31 | 152.09 | 102.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 218 | 251 | 0.31 | 0.13 | 0 | 0.02 | 205.38 | 0.91 | 0.83 |
| Hex | AD | DA | FB | 1F | D | 0 | 2 | CD | 5B | 53 |
| Octal | 255 | 332 | 373 | 37 | 15 | 0 | 2 | 315 | 133 | 123 |
| Binary | 10101101 | 11011010 | 11111011 | 11111 | 1101 | 0 | 10 | 11001101 | 1011011 | 1010011 |
Color Harmonies of #ADDAFB
Complementary color
Monochromatic Colors of #ADDAFB
Black with #ADDAFB
Text Example
Text Example
White with #ADDAFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDAFB; }
p { color: rgb(173,218,251); }
H1.HeaderClassName
{
color: #ADDAFB;
}
.AnyTagClassName
{
color: #ADDAFB;
}
</style>
background-color css
<style>
a { background-color: #ADDAFB; }
a { background-color: rgb(173,218,251); }
div.DivClassName
{
background-color: #ADDAFB;
}
.BgClassName
{
background-color: #ADDAFB;
}
</style>
border-color css
<style>
span { border-color: #ADDAFB; }
span { border-color: rgb(173,218,251); }
td.TdClassName
{
border-color: #ADDAFB;
}
.TagClassName
{
border-color: #ADDAFB;
}
</style>