Html Css Color HEX #ACCDEE Pale Cornflower Blue
📋 copy color: '#ACCDEE'red 172 ◦ green 205 ◦ blue 238
Shades of Pale Cornflower Blue #ACCDEE
Tints of Pale Cornflower Blue #ACCDEE
RGB
CMYK
RGB Variations
Color information
#ACCDEE (or 0xACCDEE) is known color: Pale Cornflower Blue. HEX triplet: AC, CD and EE. RGB value is (172,205,238). Sum of RGB (Red+Green+Blue) = 172+205+238=615 (81% of max value = 765). Red value is 172 (67.58% from 255 or 27.97% from 615); Green value is 205 (80.47% from 255 or 33.33% from 615); Blue value is 238 (93.36% from 255 or 38.70% from 615); Max value from RGB is 238 - color contains mainly: blue. Hex color #ACCDEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACCDEE is #533211. Grayscale: #C6C6C6. Windows color (decimal): -5452306 or 15650220. OLE color: 15650220.
HSL color Cylindrical-coordinate representation of color #ACCDEE: hue angle of 210º degrees, saturation: 0.66, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ACCDEE is Cyan = 0.28, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 172 | 205 | 238 | - |
CMYK | 0.28 | 0.14 | 0 | 0.07 |
HSL | 210º | 0.66% | 0.8% | - |
HSV(B) | 210º | 0.28% | 0.93% | - |
XYZ | 54.28 | 58.61 | 89.34 | - |
YUV | 198.9 | 150.07 | 108.82 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 205 | 238 | 0.28 | 0.14 | 0 | 0.07 | 210 | 0.66 | 0.8 |
Hex | AC | CD | EE | 1C | E | 0 | 7 | D2 | 42 | 50 |
Octal | 254 | 315 | 356 | 34 | 16 | 0 | 7 | 322 | 102 | 120 |
Binary | 10101100 | 11001101 | 11101110 | 11100 | 1110 | 0 | 111 | 11010010 | 1000010 | 1010000 |
Color Harmonies of #ACCDEE
Complementary color
Monochromatic Colors of #ACCDEE
Black with #ACCDEE
Text Example
Text Example
White with #ACCDEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACCDEE; }
p { color: rgb(172,205,238); }
H1.HeaderClassName
{
color: #ACCDEE;
}
.AnyTagClassName
{
color: #ACCDEE;
}
</style>
background-color css
<style>
a { background-color: #ACCDEE; }
a { background-color: rgb(172,205,238); }
div.DivClassName
{
background-color: #ACCDEE;
}
.BgClassName
{
background-color: #ACCDEE;
}
</style>
border-color css
<style>
span { border-color: #ACCDEE; }
span { border-color: rgb(172,205,238); }
td.TdClassName
{
border-color: #ACCDEE;
}
.TagClassName
{
border-color: #ACCDEE;
}
</style>