Html Css Color HEX #AED5F3 Pale Cornflower Blue
📋 copy color: '#AED5F3'red 174 ◦ green 213 ◦ blue 243
Shades of Pale Cornflower Blue #AED5F3
Tints of Pale Cornflower Blue #AED5F3
RGB
CMYK
RGB Variations
Color information
#AED5F3 (or 0xAED5F3) is known color: Pale Cornflower Blue. HEX triplet: AE, D5 and F3. RGB value is (174,213,243). Sum of RGB (Red+Green+Blue) = 174+213+243=630 (83% of max value = 765). Red value is 174 (68.36% from 255 or 27.62% from 630); Green value is 213 (83.59% from 255 or 33.81% from 630); Blue value is 243 (95.31% from 255 or 38.57% from 630); Max value from RGB is 243 - color contains mainly: blue. Hex color #AED5F3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AED5F3 is #512A0C. Grayscale: #CCCCCC. Windows color (decimal): -5319181 or 15979950. OLE color: 15979950.
HSL color Cylindrical-coordinate representation of color #AED5F3: hue angle of 206.09º degrees, saturation: 0.74, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AED5F3 is Cyan = 0.28, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 174 | 213 | 243 | - |
| CMYK | 0.28 | 0.12 | 0 | 0.05 |
| HSL | 206.09º | 0.74% | 0.82% | - |
| HSV(B) | 206.09º | 0.28% | 0.95% | - |
| XYZ | 57.43 | 63.06 | 93.94 | - |
| YUV | 204.76 | 149.58 | 106.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 213 | 243 | 0.28 | 0.12 | 0 | 0.05 | 206.09 | 0.74 | 0.82 |
| Hex | AE | D5 | F3 | 1C | C | 0 | 5 | CE | 4A | 52 |
| Octal | 256 | 325 | 363 | 34 | 14 | 0 | 5 | 316 | 112 | 122 |
| Binary | 10101110 | 11010101 | 11110011 | 11100 | 1100 | 0 | 101 | 11001110 | 1001010 | 1010010 |
Color Harmonies of #AED5F3
Complementary color
Monochromatic Colors of #AED5F3
Black with #AED5F3
Text Example
Text Example
White with #AED5F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AED5F3; }
p { color: rgb(174,213,243); }
H1.HeaderClassName
{
color: #AED5F3;
}
.AnyTagClassName
{
color: #AED5F3;
}
</style>
background-color css
<style>
a { background-color: #AED5F3; }
a { background-color: rgb(174,213,243); }
div.DivClassName
{
background-color: #AED5F3;
}
.BgClassName
{
background-color: #AED5F3;
}
</style>
border-color css
<style>
span { border-color: #AED5F3; }
span { border-color: rgb(174,213,243); }
td.TdClassName
{
border-color: #AED5F3;
}
.TagClassName
{
border-color: #AED5F3;
}
</style>