Html Css Color HEX #AFCBF8 Pale Cornflower Blue
📋 copy color: '#AFCBF8'red 175 ◦ green 203 ◦ blue 248
Shades of Pale Cornflower Blue #AFCBF8
Tints of Pale Cornflower Blue #AFCBF8
RGB
CMYK
RGB Variations
Color information
#AFCBF8 (or 0xAFCBF8) is known color: Pale Cornflower Blue. HEX triplet: AF, CB and F8. RGB value is (175,203,248). Sum of RGB (Red+Green+Blue) = 175+203+248=626 (82% of max value = 765). Red value is 175 (68.75% from 255 or 27.96% from 626); Green value is 203 (79.69% from 255 or 32.43% from 626); Blue value is 248 (97.27% from 255 or 39.62% from 626); Max value from RGB is 248 - color contains mainly: blue. Hex color #AFCBF8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFCBF8 is #503407. Grayscale: #C7C7C7. Windows color (decimal): -5256200 or 16305071. OLE color: 16305071.
HSL color Cylindrical-coordinate representation of color #AFCBF8: hue angle of 216.99º degrees, saturation: 0.84, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AFCBF8 is Cyan = 0.29, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 175 | 203 | 248 | - |
| CMYK | 0.29 | 0.18 | 0 | 0.03 |
| HSL | 216.99º | 0.84% | 0.83% | - |
| HSV(B) | 216.99º | 0.29% | 0.97% | - |
| XYZ | 55.98 | 58.6 | 97.17 | - |
| YUV | 199.76 | 155.22 | 110.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 203 | 248 | 0.29 | 0.18 | 0 | 0.03 | 216.99 | 0.84 | 0.83 |
| Hex | AF | CB | F8 | 1D | 12 | 0 | 3 | D9 | 54 | 53 |
| Octal | 257 | 313 | 370 | 35 | 22 | 0 | 3 | 331 | 124 | 123 |
| Binary | 10101111 | 11001011 | 11111000 | 11101 | 10010 | 0 | 11 | 11011001 | 1010100 | 1010011 |
Color Harmonies of #AFCBF8
Complementary color
Monochromatic Colors of #AFCBF8
Black with #AFCBF8
Text Example
Text Example
White with #AFCBF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFCBF8; }
p { color: rgb(175,203,248); }
H1.HeaderClassName
{
color: #AFCBF8;
}
.AnyTagClassName
{
color: #AFCBF8;
}
</style>
background-color css
<style>
a { background-color: #AFCBF8; }
a { background-color: rgb(175,203,248); }
div.DivClassName
{
background-color: #AFCBF8;
}
.BgClassName
{
background-color: #AFCBF8;
}
</style>
border-color css
<style>
span { border-color: #AFCBF8; }
span { border-color: rgb(175,203,248); }
td.TdClassName
{
border-color: #AFCBF8;
}
.TagClassName
{
border-color: #AFCBF8;
}
</style>