Html Css Color HEX #AFCDE6 Pale Cornflower Blue
📋 copy color: '#AFCDE6'red 175 ◦ green 205 ◦ blue 230
Shades of Pale Cornflower Blue #AFCDE6
Tints of Pale Cornflower Blue #AFCDE6
RGB
CMYK
RGB Variations
Color information
#AFCDE6 (or 0xAFCDE6) is known color: Pale Cornflower Blue. HEX triplet: AF, CD and E6. RGB value is (175,205,230). Sum of RGB (Red+Green+Blue) = 175+205+230=610 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.69% from 610); Green value is 205 (80.47% from 255 or 33.61% from 610); Blue value is 230 (90.23% from 255 or 37.70% from 610); Max value from RGB is 230 - color contains mainly: blue. Hex color #AFCDE6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFCDE6 is #503219. Grayscale: #C6C6C6. Windows color (decimal): -5255706 or 15125935. OLE color: 15125935.
HSL color Cylindrical-coordinate representation of color #AFCDE6: hue angle of 207.27º degrees, saturation: 0.52, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AFCDE6 is Cyan = 0.24, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 175 | 205 | 230 | - |
| CMYK | 0.24 | 0.11 | 0 | 0.10 |
| HSL | 207.27º | 0.52% | 0.79% | - |
| HSV(B) | 207.27º | 0.24% | 0.9% | - |
| XYZ | 53.79 | 58.49 | 83.32 | - |
| YUV | 198.88 | 145.56 | 110.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 205 | 230 | 0.24 | 0.11 | 0 | 0.10 | 207.27 | 0.52 | 0.79 |
| Hex | AF | CD | E6 | 18 | B | 0 | A | CF | 34 | 4F |
| Octal | 257 | 315 | 346 | 30 | 13 | 0 | 12 | 317 | 64 | 117 |
| Binary | 10101111 | 11001101 | 11100110 | 11000 | 1011 | 0 | 1010 | 11001111 | 110100 | 1001111 |
Color Harmonies of #AFCDE6
Complementary color
Monochromatic Colors of #AFCDE6
Black with #AFCDE6
Text Example
Text Example
White with #AFCDE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFCDE6; }
p { color: rgb(175,205,230); }
H1.HeaderClassName
{
color: #AFCDE6;
}
.AnyTagClassName
{
color: #AFCDE6;
}
</style>
background-color css
<style>
a { background-color: #AFCDE6; }
a { background-color: rgb(175,205,230); }
div.DivClassName
{
background-color: #AFCDE6;
}
.BgClassName
{
background-color: #AFCDE6;
}
</style>
border-color css
<style>
span { border-color: #AFCDE6; }
span { border-color: rgb(175,205,230); }
td.TdClassName
{
border-color: #AFCDE6;
}
.TagClassName
{
border-color: #AFCDE6;
}
</style>