Html Css Color HEX #AED2FB Pale Cornflower Blue
📋 copy color: '#AED2FB'red 174 ◦ green 210 ◦ blue 251
Shades of Pale Cornflower Blue #AED2FB
Tints of Pale Cornflower Blue #AED2FB
RGB
CMYK
RGB Variations
Color information
#AED2FB (or 0xAED2FB) is known color: Pale Cornflower Blue. HEX triplet: AE, D2 and FB. RGB value is (174,210,251). Sum of RGB (Red+Green+Blue) = 174+210+251=635 (84% of max value = 765). Red value is 174 (68.36% from 255 or 27.40% from 635); Green value is 210 (82.42% from 255 or 33.07% from 635); Blue value is 251 (98.44% from 255 or 39.53% from 635); Max value from RGB is 251 - color contains mainly: blue. Hex color #AED2FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AED2FB is #512D04. Grayscale: #CBCBCB. Windows color (decimal): -5319941 or 16503470. OLE color: 16503470.
HSL color Cylindrical-coordinate representation of color #AED2FB: hue angle of 211.95º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AED2FB is Cyan = 0.31, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 174 | 210 | 251 | - |
CMYK | 0.31 | 0.16 | 0 | 0.02 |
HSL | 211.95º | 0.91% | 0.83% | - |
HSV(B) | 211.95º | 0.31% | 0.98% | - |
XYZ | 57.91 | 62.06 | 100.19 | - |
YUV | 203.91 | 154.57 | 106.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 174 | 210 | 251 | 0.31 | 0.16 | 0 | 0.02 | 211.95 | 0.91 | 0.83 |
Hex | AE | D2 | FB | 1F | 10 | 0 | 2 | D4 | 5B | 53 |
Octal | 256 | 322 | 373 | 37 | 20 | 0 | 2 | 324 | 133 | 123 |
Binary | 10101110 | 11010010 | 11111011 | 11111 | 10000 | 0 | 10 | 11010100 | 1011011 | 1010011 |
Color Harmonies of #AED2FB
Complementary color
Monochromatic Colors of #AED2FB
Black with #AED2FB
Text Example
Text Example
White with #AED2FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AED2FB; }
p { color: rgb(174,210,251); }
H1.HeaderClassName
{
color: #AED2FB;
}
.AnyTagClassName
{
color: #AED2FB;
}
</style>
background-color css
<style>
a { background-color: #AED2FB; }
a { background-color: rgb(174,210,251); }
div.DivClassName
{
background-color: #AED2FB;
}
.BgClassName
{
background-color: #AED2FB;
}
</style>
border-color css
<style>
span { border-color: #AED2FB; }
span { border-color: rgb(174,210,251); }
td.TdClassName
{
border-color: #AED2FB;
}
.TagClassName
{
border-color: #AED2FB;
}
</style>