Html Css Color HEX #ACCBED Pale Cornflower Blue
📋 copy color: '#ACCBED'red 172 ◦ green 203 ◦ blue 237
Shades of Pale Cornflower Blue #ACCBED
Tints of Pale Cornflower Blue #ACCBED
RGB
CMYK
RGB Variations
Color information
#ACCBED (or 0xACCBED) is known color: Pale Cornflower Blue. HEX triplet: AC, CB and ED. RGB value is (172,203,237). Sum of RGB (Red+Green+Blue) = 172+203+237=612 (81% of max value = 765). Red value is 172 (67.58% from 255 or 28.10% from 612); Green value is 203 (79.69% from 255 or 33.17% from 612); Blue value is 237 (92.97% from 255 or 38.73% from 612); Max value from RGB is 237 - color contains mainly: blue. Hex color #ACCBED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACCBED is #533412. Grayscale: #C5C5C5. Windows color (decimal): -5452819 or 15584172. OLE color: 15584172.
HSL color Cylindrical-coordinate representation of color #ACCBED: hue angle of 211.38º degrees, saturation: 0.64, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ACCBED is Cyan = 0.27, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 172 | 203 | 237 | - |
| CMYK | 0.27 | 0.14 | 0 | 0.07 |
| HSL | 211.38º | 0.64% | 0.8% | - |
| HSV(B) | 211.38º | 0.27% | 0.93% | - |
| XYZ | 53.66 | 57.6 | 88.41 | - |
| YUV | 197.61 | 150.23 | 109.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 203 | 237 | 0.27 | 0.14 | 0 | 0.07 | 211.38 | 0.64 | 0.8 |
| Hex | AC | CB | ED | 1B | E | 0 | 7 | D3 | 40 | 50 |
| Octal | 254 | 313 | 355 | 33 | 16 | 0 | 7 | 323 | 100 | 120 |
| Binary | 10101100 | 11001011 | 11101101 | 11011 | 1110 | 0 | 111 | 11010011 | 1000000 | 1010000 |
Color Harmonies of #ACCBED
Complementary color
Monochromatic Colors of #ACCBED
Black with #ACCBED
Text Example
Text Example
White with #ACCBED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACCBED; }
p { color: rgb(172,203,237); }
H1.HeaderClassName
{
color: #ACCBED;
}
.AnyTagClassName
{
color: #ACCBED;
}
</style>
background-color css
<style>
a { background-color: #ACCBED; }
a { background-color: rgb(172,203,237); }
div.DivClassName
{
background-color: #ACCBED;
}
.BgClassName
{
background-color: #ACCBED;
}
</style>
border-color css
<style>
span { border-color: #ACCBED; }
span { border-color: rgb(172,203,237); }
td.TdClassName
{
border-color: #ACCBED;
}
.TagClassName
{
border-color: #ACCBED;
}
</style>