Html Css Color HEX #AFCDE9 Pale Cornflower Blue
📋 copy color: '#AFCDE9'red 175 ◦ green 205 ◦ blue 233
Shades of Pale Cornflower Blue #AFCDE9
Tints of Pale Cornflower Blue #AFCDE9
RGB
CMYK
RGB Variations
Color information
#AFCDE9 (or 0xAFCDE9) is known color: Pale Cornflower Blue. HEX triplet: AF, CD and E9. RGB value is (175,205,233). Sum of RGB (Red+Green+Blue) = 175+205+233=613 (81% of max value = 765). Red value is 175 (68.75% from 255 or 28.55% from 613); Green value is 205 (80.47% from 255 or 33.44% from 613); Blue value is 233 (91.41% from 255 or 38.01% from 613); Max value from RGB is 233 - color contains mainly: blue. Hex color #AFCDE9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFCDE9 is #503216. Grayscale: #C7C7C7. Windows color (decimal): -5255703 or 15322543. OLE color: 15322543.
HSL color Cylindrical-coordinate representation of color #AFCDE9: hue angle of 208.97º degrees, saturation: 0.57, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AFCDE9 is Cyan = 0.25, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 175 | 205 | 233 | - |
| CMYK | 0.25 | 0.12 | 0 | 0.09 |
| HSL | 208.97º | 0.57% | 0.8% | - |
| HSV(B) | 208.97º | 0.25% | 0.91% | - |
| XYZ | 54.22 | 58.66 | 85.56 | - |
| YUV | 199.22 | 147.06 | 110.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 205 | 233 | 0.25 | 0.12 | 0 | 0.09 | 208.97 | 0.57 | 0.8 |
| Hex | AF | CD | E9 | 19 | C | 0 | 9 | D1 | 39 | 50 |
| Octal | 257 | 315 | 351 | 31 | 14 | 0 | 11 | 321 | 71 | 120 |
| Binary | 10101111 | 11001101 | 11101001 | 11001 | 1100 | 0 | 1001 | 11010001 | 111001 | 1010000 |
Color Harmonies of #AFCDE9
Complementary color
Monochromatic Colors of #AFCDE9
Black with #AFCDE9
Text Example
Text Example
White with #AFCDE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFCDE9; }
p { color: rgb(175,205,233); }
H1.HeaderClassName
{
color: #AFCDE9;
}
.AnyTagClassName
{
color: #AFCDE9;
}
</style>
background-color css
<style>
a { background-color: #AFCDE9; }
a { background-color: rgb(175,205,233); }
div.DivClassName
{
background-color: #AFCDE9;
}
.BgClassName
{
background-color: #AFCDE9;
}
</style>
border-color css
<style>
span { border-color: #AFCDE9; }
span { border-color: rgb(175,205,233); }
td.TdClassName
{
border-color: #AFCDE9;
}
.TagClassName
{
border-color: #AFCDE9;
}
</style>