Html Css Color HEX #AFD1ED Pale Cornflower Blue
📋 copy color: '#AFD1ED'red 175 ◦ green 209 ◦ blue 237
Shades of Pale Cornflower Blue #AFD1ED
Tints of Pale Cornflower Blue #AFD1ED
RGB
CMYK
RGB Variations
Color information
#AFD1ED (or 0xAFD1ED) is known color: Pale Cornflower Blue. HEX triplet: AF, D1 and ED. RGB value is (175,209,237). Sum of RGB (Red+Green+Blue) = 175+209+237=621 (82% of max value = 765). Red value is 175 (68.75% from 255 or 28.18% from 621); Green value is 209 (82.03% from 255 or 33.66% from 621); Blue value is 237 (92.97% from 255 or 38.16% from 621); Max value from RGB is 237 - color contains mainly: blue. Hex color #AFD1ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFD1ED is #502E12. Grayscale: #C9C9C9. Windows color (decimal): -5254675 or 15585711. OLE color: 15585711.
HSL color Cylindrical-coordinate representation of color #AFD1ED: hue angle of 207.1º degrees, saturation: 0.63, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AFD1ED is Cyan = 0.26, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 175 | 209 | 237 | - |
CMYK | 0.26 | 0.12 | 0 | 0.07 |
HSL | 207.1º | 0.63% | 0.81% | - |
HSV(B) | 207.1º | 0.26% | 0.93% | - |
XYZ | 55.77 | 60.83 | 88.92 | - |
YUV | 202.03 | 147.74 | 108.72 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 175 | 209 | 237 | 0.26 | 0.12 | 0 | 0.07 | 207.1 | 0.63 | 0.81 |
Hex | AF | D1 | ED | 1A | C | 0 | 7 | CF | 3F | 51 |
Octal | 257 | 321 | 355 | 32 | 14 | 0 | 7 | 317 | 77 | 121 |
Binary | 10101111 | 11010001 | 11101101 | 11010 | 1100 | 0 | 111 | 11001111 | 111111 | 1010001 |
Color Harmonies of #AFD1ED
Complementary color
Monochromatic Colors of #AFD1ED
Black with #AFD1ED
Text Example
Text Example
White with #AFD1ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFD1ED; }
p { color: rgb(175,209,237); }
H1.HeaderClassName
{
color: #AFD1ED;
}
.AnyTagClassName
{
color: #AFD1ED;
}
</style>
background-color css
<style>
a { background-color: #AFD1ED; }
a { background-color: rgb(175,209,237); }
div.DivClassName
{
background-color: #AFD1ED;
}
.BgClassName
{
background-color: #AFD1ED;
}
</style>
border-color css
<style>
span { border-color: #AFD1ED; }
span { border-color: rgb(175,209,237); }
td.TdClassName
{
border-color: #AFD1ED;
}
.TagClassName
{
border-color: #AFD1ED;
}
</style>