Html Css Color HEX #AFCDEB Pale Cornflower Blue
📋 copy color: '#AFCDEB'red 175 ◦ green 205 ◦ blue 235
Shades of Pale Cornflower Blue #AFCDEB
Tints of Pale Cornflower Blue #AFCDEB
RGB
CMYK
RGB Variations
Color information
#AFCDEB (or 0xAFCDEB) is known color: Pale Cornflower Blue. HEX triplet: AF, CD and EB. RGB value is (175,205,235). Sum of RGB (Red+Green+Blue) = 175+205+235=615 (81% of max value = 765). Red value is 175 (68.75% from 255 or 28.46% from 615); Green value is 205 (80.47% from 255 or 33.33% from 615); Blue value is 235 (92.19% from 255 or 38.21% from 615); Max value from RGB is 235 - color contains mainly: blue. Hex color #AFCDEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFCDEB is #503214. Grayscale: #C7C7C7. Windows color (decimal): -5255701 or 15453615. OLE color: 15453615.
HSL color Cylindrical-coordinate representation of color #AFCDEB: hue angle of 210º degrees, saturation: 0.6, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AFCDEB is Cyan = 0.26, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 175 | 205 | 235 | - |
| CMYK | 0.26 | 0.13 | 0 | 0.08 |
| HSL | 210º | 0.6% | 0.8% | - |
| HSV(B) | 210º | 0.26% | 0.92% | - |
| XYZ | 54.51 | 58.77 | 87.07 | - |
| YUV | 199.45 | 148.06 | 110.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 205 | 235 | 0.26 | 0.13 | 0 | 0.08 | 210 | 0.6 | 0.8 |
| Hex | AF | CD | EB | 1A | D | 0 | 8 | D2 | 3C | 50 |
| Octal | 257 | 315 | 353 | 32 | 15 | 0 | 10 | 322 | 74 | 120 |
| Binary | 10101111 | 11001101 | 11101011 | 11010 | 1101 | 0 | 1000 | 11010010 | 111100 | 1010000 |
Color Harmonies of #AFCDEB
Complementary color
Monochromatic Colors of #AFCDEB
Black with #AFCDEB
Text Example
Text Example
White with #AFCDEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFCDEB; }
p { color: rgb(175,205,235); }
H1.HeaderClassName
{
color: #AFCDEB;
}
.AnyTagClassName
{
color: #AFCDEB;
}
</style>
background-color css
<style>
a { background-color: #AFCDEB; }
a { background-color: rgb(175,205,235); }
div.DivClassName
{
background-color: #AFCDEB;
}
.BgClassName
{
background-color: #AFCDEB;
}
</style>
border-color css
<style>
span { border-color: #AFCDEB; }
span { border-color: rgb(175,205,235); }
td.TdClassName
{
border-color: #AFCDEB;
}
.TagClassName
{
border-color: #AFCDEB;
}
</style>