Html Css Color HEX #ADD5FD Pale Cornflower Blue
📋 copy color: '#ADD5FD'red 173 ◦ green 213 ◦ blue 253
Shades of Pale Cornflower Blue #ADD5FD
Tints of Pale Cornflower Blue #ADD5FD
RGB
CMYK
RGB Variations
Color information
#ADD5FD (or 0xADD5FD) is known color: Pale Cornflower Blue. HEX triplet: AD, D5 and FD. RGB value is (173,213,253). Sum of RGB (Red+Green+Blue) = 173+213+253=639 (84% of max value = 765). Red value is 173 (67.97% from 255 or 27.07% from 639); Green value is 213 (83.59% from 255 or 33.33% from 639); Blue value is 253 (99.22% from 255 or 39.59% from 639); Max value from RGB is 253 - color contains mainly: blue. Hex color #ADD5FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADD5FD is #522A02. Grayscale: #CDCDCD. Windows color (decimal): -5384707 or 16635309. OLE color: 16635309.
HSL color Cylindrical-coordinate representation of color #ADD5FD: hue angle of 210º 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 #ADD5FD is Cyan = 0.32, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 173 | 213 | 253 | - |
CMYK | 0.32 | 0.16 | 0 | 0.01 |
HSL | 210º | 0.95% | 0.84% | - |
HSV(B) | 210º | 0.32% | 0.99% | - |
XYZ | 58.76 | 63.56 | 102.1 | - |
YUV | 205.6 | 154.75 | 104.75 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 213 | 253 | 0.32 | 0.16 | 0 | 0.01 | 210 | 0.95 | 0.84 |
Hex | AD | D5 | FD | 20 | 10 | 0 | 1 | D2 | 5F | 54 |
Octal | 255 | 325 | 375 | 40 | 20 | 0 | 1 | 322 | 137 | 124 |
Binary | 10101101 | 11010101 | 11111101 | 100000 | 10000 | 0 | 1 | 11010010 | 1011111 | 1010100 |
Color Harmonies of #ADD5FD
Complementary color
Monochromatic Colors of #ADD5FD
Black with #ADD5FD
Text Example
Text Example
White with #ADD5FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD5FD; }
p { color: rgb(173,213,253); }
H1.HeaderClassName
{
color: #ADD5FD;
}
.AnyTagClassName
{
color: #ADD5FD;
}
</style>
background-color css
<style>
a { background-color: #ADD5FD; }
a { background-color: rgb(173,213,253); }
div.DivClassName
{
background-color: #ADD5FD;
}
.BgClassName
{
background-color: #ADD5FD;
}
</style>
border-color css
<style>
span { border-color: #ADD5FD; }
span { border-color: rgb(173,213,253); }
td.TdClassName
{
border-color: #ADD5FD;
}
.TagClassName
{
border-color: #ADD5FD;
}
</style>