Html Css Color HEX #ADD3F3 Pale Cornflower Blue
📋 copy color: '#ADD3F3'red 173 ◦ green 211 ◦ blue 243
Shades of Pale Cornflower Blue #ADD3F3
Tints of Pale Cornflower Blue #ADD3F3
RGB
CMYK
RGB Variations
Color information
#ADD3F3 (or 0xADD3F3) is known color: Pale Cornflower Blue. HEX triplet: AD, D3 and F3. RGB value is (173,211,243). Sum of RGB (Red+Green+Blue) = 173+211+243=627 (83% of max value = 765). Red value is 173 (67.97% from 255 or 27.59% from 627); Green value is 211 (82.81% from 255 or 33.65% from 627); Blue value is 243 (95.31% from 255 or 38.76% from 627); Max value from RGB is 243 - color contains mainly: blue. Hex color #ADD3F3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADD3F3 is #522C0C. Grayscale: #CBCBCB. Windows color (decimal): -5385229 or 15979437. OLE color: 15979437.
HSL color Cylindrical-coordinate representation of color #ADD3F3: hue angle of 207.43º 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 #ADD3F3 is Cyan = 0.29, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 173 | 211 | 243 | - |
| CMYK | 0.29 | 0.13 | 0 | 0.05 |
| HSL | 207.43º | 0.74% | 0.82% | - |
| HSV(B) | 207.43º | 0.29% | 0.95% | - |
| XYZ | 56.71 | 61.94 | 93.76 | - |
| YUV | 203.29 | 150.41 | 106.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 211 | 243 | 0.29 | 0.13 | 0 | 0.05 | 207.43 | 0.74 | 0.82 |
| Hex | AD | D3 | F3 | 1D | D | 0 | 5 | CF | 4A | 52 |
| Octal | 255 | 323 | 363 | 35 | 15 | 0 | 5 | 317 | 112 | 122 |
| Binary | 10101101 | 11010011 | 11110011 | 11101 | 1101 | 0 | 101 | 11001111 | 1001010 | 1010010 |
Color Harmonies of #ADD3F3
Complementary color
Monochromatic Colors of #ADD3F3
Black with #ADD3F3
Text Example
Text Example
White with #ADD3F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD3F3; }
p { color: rgb(173,211,243); }
H1.HeaderClassName
{
color: #ADD3F3;
}
.AnyTagClassName
{
color: #ADD3F3;
}
</style>
background-color css
<style>
a { background-color: #ADD3F3; }
a { background-color: rgb(173,211,243); }
div.DivClassName
{
background-color: #ADD3F3;
}
.BgClassName
{
background-color: #ADD3F3;
}
</style>
border-color css
<style>
span { border-color: #ADD3F3; }
span { border-color: rgb(173,211,243); }
td.TdClassName
{
border-color: #ADD3F3;
}
.TagClassName
{
border-color: #ADD3F3;
}
</style>