Html Css Color HEX #ADDAFD Pale Cornflower Blue
📋 copy color: '#ADDAFD'red 173 ◦ green 218 ◦ blue 253
Shades of Pale Cornflower Blue #ADDAFD
Tints of Pale Cornflower Blue #ADDAFD
RGB
CMYK
RGB Variations
Color information
#ADDAFD (or 0xADDAFD) is known color: Pale Cornflower Blue. HEX triplet: AD, DA and FD. RGB value is (173,218,253). Sum of RGB (Red+Green+Blue) = 173+218+253=644 (85% of max value = 765). Red value is 173 (67.97% from 255 or 26.86% from 644); Green value is 218 (85.55% from 255 or 33.85% from 644); Blue value is 253 (99.22% from 255 or 39.29% from 644); Max value from RGB is 253 - color contains mainly: blue. Hex color #ADDAFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADDAFD is #522502. Grayscale: #D0D0D0. Windows color (decimal): -5383427 or 16636589. OLE color: 16636589.
HSL color Cylindrical-coordinate representation of color #ADDAFD: hue angle of 206.25º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ADDAFD is Cyan = 0.32, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 173 | 218 | 253 | - |
CMYK | 0.32 | 0.14 | 0 | 0.01 |
HSL | 206.25º | 0.95% | 0.84% | - |
HSV(B) | 206.25º | 0.32% | 0.99% | - |
XYZ | 60.03 | 66.12 | 102.53 | - |
YUV | 208.54 | 153.09 | 102.65 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 218 | 253 | 0.32 | 0.14 | 0 | 0.01 | 206.25 | 0.95 | 0.84 |
Hex | AD | DA | FD | 20 | E | 0 | 1 | CE | 5F | 54 |
Octal | 255 | 332 | 375 | 40 | 16 | 0 | 1 | 316 | 137 | 124 |
Binary | 10101101 | 11011010 | 11111101 | 100000 | 1110 | 0 | 1 | 11001110 | 1011111 | 1010100 |
Color Harmonies of #ADDAFD
Complementary color
Monochromatic Colors of #ADDAFD
Black with #ADDAFD
Text Example
Text Example
White with #ADDAFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDAFD; }
p { color: rgb(173,218,253); }
H1.HeaderClassName
{
color: #ADDAFD;
}
.AnyTagClassName
{
color: #ADDAFD;
}
</style>
background-color css
<style>
a { background-color: #ADDAFD; }
a { background-color: rgb(173,218,253); }
div.DivClassName
{
background-color: #ADDAFD;
}
.BgClassName
{
background-color: #ADDAFD;
}
</style>
border-color css
<style>
span { border-color: #ADDAFD; }
span { border-color: rgb(173,218,253); }
td.TdClassName
{
border-color: #ADDAFD;
}
.TagClassName
{
border-color: #ADDAFD;
}
</style>