Html Css Color HEX #AFCBFA Pale Cornflower Blue
📋 copy color: '#AFCBFA'red 175 ◦ green 203 ◦ blue 250
Shades of Pale Cornflower Blue #AFCBFA
Tints of Pale Cornflower Blue #AFCBFA
RGB
CMYK
RGB Variations
Color information
#AFCBFA (or 0xAFCBFA) is known color: Pale Cornflower Blue. HEX triplet: AF, CB and FA. RGB value is (175,203,250). Sum of RGB (Red+Green+Blue) = 175+203+250=628 (83% of max value = 765). Red value is 175 (68.75% from 255 or 27.87% from 628); Green value is 203 (79.69% from 255 or 32.32% from 628); Blue value is 250 (98.05% from 255 or 39.81% from 628); Max value from RGB is 250 - color contains mainly: blue. Hex color #AFCBFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFCBFA is #503405. Grayscale: #C7C7C7. Windows color (decimal): -5256198 or 16436143. OLE color: 16436143.
HSL color Cylindrical-coordinate representation of color #AFCBFA: hue angle of 217.6º degrees, saturation: 0.88, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AFCBFA is Cyan = 0.3, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 175 | 203 | 250 | - |
| CMYK | 0.3 | 0.19 | 0 | 0.02 |
| HSL | 217.6º | 0.88% | 0.83% | - |
| HSV(B) | 217.6º | 0.3% | 0.98% | - |
| XYZ | 56.29 | 58.73 | 98.81 | - |
| YUV | 199.99 | 156.22 | 110.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 203 | 250 | 0.3 | 0.19 | 0 | 0.02 | 217.6 | 0.88 | 0.83 |
| Hex | AF | CB | FA | 1E | 13 | 0 | 2 | DA | 58 | 53 |
| Octal | 257 | 313 | 372 | 36 | 23 | 0 | 2 | 332 | 130 | 123 |
| Binary | 10101111 | 11001011 | 11111010 | 11110 | 10011 | 0 | 10 | 11011010 | 1011000 | 1010011 |
Color Harmonies of #AFCBFA
Complementary color
Monochromatic Colors of #AFCBFA
Black with #AFCBFA
Text Example
Text Example
White with #AFCBFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFCBFA; }
p { color: rgb(175,203,250); }
H1.HeaderClassName
{
color: #AFCBFA;
}
.AnyTagClassName
{
color: #AFCBFA;
}
</style>
background-color css
<style>
a { background-color: #AFCBFA; }
a { background-color: rgb(175,203,250); }
div.DivClassName
{
background-color: #AFCBFA;
}
.BgClassName
{
background-color: #AFCBFA;
}
</style>
border-color css
<style>
span { border-color: #AFCBFA; }
span { border-color: rgb(175,203,250); }
td.TdClassName
{
border-color: #AFCBFA;
}
.TagClassName
{
border-color: #AFCBFA;
}
</style>