#AACBEB

Color #AACBEB Pale Cornflower Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Cornflower Blue #AACBEB

Tints of Pale Cornflower Blue #AACBEB

Color information

#AACBEB (or 0xAACBEB) is unknown color: approx Pale Cornflower Blue. HEX triplet: AA, CB and EB. RGB value is (170,203,235). Sum of RGB (Red+Green+Blue) = 170+203+235=608 (80% of max value = 765). Red value is 170 (66.80% from 255 or 27.96% from 608); Green value is 203 (79.69% from 255 or 33.39% from 608); Blue value is 235 (92.19% from 255 or 38.65% from 608); Max value from RGB is 235 - color contains mainly: blue. Hex color #AACBEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AACBEB is #553414. Grayscale: #C4C4C4. Windows color (decimal): -5583893 or 15453098. OLE color: 15453098.

HSL color Cylindrical-coordinate representation of color #AACBEB: hue angle of 209.54º degrees, saturation: 0.62, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AACBEB is Cyan = 0.28, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB170203235-
CMYK0.280.1400.08
HSL209.54º61.9%79.41%-
HSV(B)209.54º27.66%92.16%-
XYZ52.9357.2686.86-
YUV196.78149.57108.9-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 170 (66.80% from 255) = 27.96%
GREEN value IS 203 (79.69% from 255) = 33.39%
BLUE value IS 235 (92.19% from 255) = 38.65%
R=27.96%
G=33.39%
B=38.65%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1702032350.280.1400.08209.5461.979.41
HexAACBEB1CE08d23e4f
Octal252313353341601032276117
Binary10101010110010111110101111100111001000110100101111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AACBEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AACBEB; }

 p { color: rgb(170,203,235); }

 H1.HeaderClassName
 {
   color: #AACBEB;
 }
 .AnyTagClassName
 {
   color: #AACBEB;
 }
</style>
background-color css

<style>
 a { background-color: #AACBEB; }

 a { background-color: rgb(170,203,235); }

 div.DivClassName
 {
   background-color: #AACBEB;
 }
 .BgClassName
 {
   background-color: #AACBEB;
 }
</style>
border-color css

<style>
 span { border-color: #AACBEB; }

 span { border-color: rgb(170,203,235); }

 td.TdClassName
 {
   border-color: #AACBEB;
 }
 .TagClassName
 {
   border-color: #AACBEB;
 }
</style>