Html Css Color HEX #AFCBFF Pale Cornflower Blue
📋 copy color: '#AFCBFF'red 175 ◦ green 203 ◦ blue 255
Shades of Pale Cornflower Blue #AFCBFF
Tints of Pale Cornflower Blue #AFCBFF
RGB
CMYK
RGB Variations
Color information
#AFCBFF (or 0xAFCBFF) is known color: Pale Cornflower Blue. HEX triplet: AF, CB and FF. RGB value is (175,203,255). Sum of RGB (Red+Green+Blue) = 175+203+255=633 (83% of max value = 765). Red value is 175 (68.75% from 255 or 27.65% from 633); Green value is 203 (79.69% from 255 or 32.07% from 633); Blue value is 255 (100% from 255 or 40.28% from 633); Max value from RGB is 255 - color contains mainly: blue. Hex color #AFCBFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFCBFF is #503400. Grayscale: #C8C8C8. Windows color (decimal): -5256193 or 16763823. OLE color: 16763823.
HSL color Cylindrical-coordinate representation of color #AFCBFF: hue angle of 219º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AFCBFF is Cyan = 0.31, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 175 | 203 | 255 | - |
| CMYK | 0.31 | 0.20 | 0 | 0 |
| HSL | 219º | 1% | 0.84% | - |
| HSV(B) | 219º | 0.31% | 1% | - |
| XYZ | 57.09 | 59.05 | 103 | - |
| YUV | 200.56 | 158.72 | 109.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 203 | 255 | 0.31 | 0.20 | 0 | 0 | 219 | 1 | 0.84 |
| Hex | AF | CB | FF | 1F | 14 | 0 | 0 | DB | 64 | 54 |
| Octal | 257 | 313 | 377 | 37 | 24 | 0 | 0 | 333 | 144 | 124 |
| Binary | 10101111 | 11001011 | 11111111 | 11111 | 10100 | 0 | 0 | 11011011 | 1100100 | 1010100 |
Color Harmonies of #AFCBFF
Complementary color
Monochromatic Colors of #AFCBFF
Black with #AFCBFF
Text Example
Text Example
White with #AFCBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFCBFF; }
p { color: rgb(175,203,255); }
H1.HeaderClassName
{
color: #AFCBFF;
}
.AnyTagClassName
{
color: #AFCBFF;
}
</style>
background-color css
<style>
a { background-color: #AFCBFF; }
a { background-color: rgb(175,203,255); }
div.DivClassName
{
background-color: #AFCBFF;
}
.BgClassName
{
background-color: #AFCBFF;
}
</style>
border-color css
<style>
span { border-color: #AFCBFF; }
span { border-color: rgb(175,203,255); }
td.TdClassName
{
border-color: #AFCBFF;
}
.TagClassName
{
border-color: #AFCBFF;
}
</style>