Html Css Color HEX #ADD0F3 Pale Cornflower Blue
📋 copy color: '#ADD0F3'red 173 ◦ green 208 ◦ blue 243
Shades of Pale Cornflower Blue #ADD0F3
Tints of Pale Cornflower Blue #ADD0F3
RGB
CMYK
RGB Variations
Color information
#ADD0F3 (or 0xADD0F3) is known color: Pale Cornflower Blue. HEX triplet: AD, D0 and F3. RGB value is (173,208,243). Sum of RGB (Red+Green+Blue) = 173+208+243=624 (82% of max value = 765). Red value is 173 (67.97% from 255 or 27.72% from 624); Green value is 208 (81.64% from 255 or 33.33% from 624); Blue value is 243 (95.31% from 255 or 38.94% from 624); Max value from RGB is 243 - color contains mainly: blue. Hex color #ADD0F3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADD0F3 is #522F0C. Grayscale: #C9C9C9. Windows color (decimal): -5385997 or 15978669. OLE color: 15978669.
HSL color Cylindrical-coordinate representation of color #ADD0F3: hue angle of 210º degrees, saturation: 0.74, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ADD0F3 is Cyan = 0.29, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 173 | 208 | 243 | - |
| CMYK | 0.29 | 0.14 | 0 | 0.05 |
| HSL | 210º | 0.74% | 0.82% | - |
| HSV(B) | 210º | 0.29% | 0.95% | - |
| XYZ | 55.97 | 60.47 | 93.52 | - |
| YUV | 201.53 | 151.4 | 107.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 208 | 243 | 0.29 | 0.14 | 0 | 0.05 | 210 | 0.74 | 0.82 |
| Hex | AD | D0 | F3 | 1D | E | 0 | 5 | D2 | 4A | 52 |
| Octal | 255 | 320 | 363 | 35 | 16 | 0 | 5 | 322 | 112 | 122 |
| Binary | 10101101 | 11010000 | 11110011 | 11101 | 1110 | 0 | 101 | 11010010 | 1001010 | 1010010 |
Color Harmonies of #ADD0F3
Complementary color
Monochromatic Colors of #ADD0F3
Black with #ADD0F3
Text Example
Text Example
White with #ADD0F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD0F3; }
p { color: rgb(173,208,243); }
H1.HeaderClassName
{
color: #ADD0F3;
}
.AnyTagClassName
{
color: #ADD0F3;
}
</style>
background-color css
<style>
a { background-color: #ADD0F3; }
a { background-color: rgb(173,208,243); }
div.DivClassName
{
background-color: #ADD0F3;
}
.BgClassName
{
background-color: #ADD0F3;
}
</style>
border-color css
<style>
span { border-color: #ADD0F3; }
span { border-color: rgb(173,208,243); }
td.TdClassName
{
border-color: #ADD0F3;
}
.TagClassName
{
border-color: #ADD0F3;
}
</style>