Html Css Color HEX #ACCBEA Pale Cornflower Blue
📋 copy color: '#ACCBEA'red 172 ◦ green 203 ◦ blue 234
Shades of Pale Cornflower Blue #ACCBEA
Tints of Pale Cornflower Blue #ACCBEA
RGB
CMYK
RGB Variations
Color information
#ACCBEA (or 0xACCBEA) is known color: Pale Cornflower Blue. HEX triplet: AC, CB and EA. RGB value is (172,203,234). Sum of RGB (Red+Green+Blue) = 172+203+234=609 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.24% from 609); Green value is 203 (79.69% from 255 or 33.33% from 609); Blue value is 234 (91.80% from 255 or 38.42% from 609); Max value from RGB is 234 - color contains mainly: blue. Hex color #ACCBEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACCBEA is #533415. Grayscale: #C5C5C5. Windows color (decimal): -5452822 or 15387564. OLE color: 15387564.
HSL color Cylindrical-coordinate representation of color #ACCBEA: 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 #ACCBEA is Cyan = 0.26, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
RGB | 172 | 203 | 234 | - |
CMYK | 0.26 | 0.13 | 0 | 0.08 |
HSL | 210º | 0.6% | 0.8% | - |
HSV(B) | 210º | 0.26% | 0.92% | - |
XYZ | 53.22 | 57.42 | 86.12 | - |
YUV | 197.27 | 148.73 | 109.98 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 203 | 234 | 0.26 | 0.13 | 0 | 0.08 | 210 | 0.6 | 0.8 |
Hex | AC | CB | EA | 1A | D | 0 | 8 | D2 | 3C | 50 |
Octal | 254 | 313 | 352 | 32 | 15 | 0 | 10 | 322 | 74 | 120 |
Binary | 10101100 | 11001011 | 11101010 | 11010 | 1101 | 0 | 1000 | 11010010 | 111100 | 1010000 |
Color Harmonies of #ACCBEA
Complementary color
Monochromatic Colors of #ACCBEA
Black with #ACCBEA
Text Example
Text Example
White with #ACCBEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACCBEA; }
p { color: rgb(172,203,234); }
H1.HeaderClassName
{
color: #ACCBEA;
}
.AnyTagClassName
{
color: #ACCBEA;
}
</style>
background-color css
<style>
a { background-color: #ACCBEA; }
a { background-color: rgb(172,203,234); }
div.DivClassName
{
background-color: #ACCBEA;
}
.BgClassName
{
background-color: #ACCBEA;
}
</style>
border-color css
<style>
span { border-color: #ACCBEA; }
span { border-color: rgb(172,203,234); }
td.TdClassName
{
border-color: #ACCBEA;
}
.TagClassName
{
border-color: #ACCBEA;
}
</style>