Html Css Color HEX #AACBEC Pale Cornflower Blue

📋 copy color: '#AACBEC'

red 170 ◦ green 203 ◦ blue 236

#AACBEC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pale Cornflower Blue #AACBEC

Tints of Pale Cornflower Blue #AACBEC

RGB

 RED value IS 170 (66.8% from 255) = 27.91%

 GREEN value IS 203 (79.69% from 255) = 33.33%

 BLUE value IS 236 (92.58% from 255) = 38.75%

R = 27.91%
G = 33.33%
B = 38.75%

CMYK

 C value IS 0.28

 M value IS 0.14

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AACBEC (or 0xAACBEC) is known color: Pale Cornflower Blue. HEX triplet: AA, CB and EC. RGB value is (170,203,236). Sum of RGB (Red+Green+Blue) = 170+203+236=609 (80% of max value = 765). Red value is 170 (66.80% from 255 or 27.91% from 609); Green value is 203 (79.69% from 255 or 33.33% from 609); Blue value is 236 (92.58% from 255 or 38.75% from 609); Max value from RGB is 236 - color contains mainly: blue. Hex color #AACBEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AACBEC is #553413. Grayscale: #C4C4C4. Windows color (decimal): -5583892 or 15518634. OLE color: 15518634.

HSL color Cylindrical-coordinate representation of color #AACBEC: hue angle of 210º degrees, saturation: 0.63, 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 #AACBEC is Cyan = 0.28, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 170 203 236 -
CMYK 0.28 0.14 0 0.07
HSL 210º 0.63% 0.8% -
HSV(B) 210º 0.28% 0.93% -
XYZ 53.07 57.31 87.62 -
YUV 196.9 150.07 108.82 -
System Red Green Blue C M Y K H S L
Decimal 170 203 236 0.28 0.14 0 0.07 210 0.63 0.8
Hex AA CB EC 1C E 0 7 D2 3F 50
Octal 252 313 354 34 16 0 7 322 77 120
Binary 10101010 11001011 11101100 11100 1110 0 111 11010010 111111 1010000

Color Harmonies of #AACBEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AACBEC

Black with #AACBEC

Text Example


Text Example

White with #AACBEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AACBEC; }

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

 H1.HeaderClassName
 {
   color: #AACBEC;
 }
 .AnyTagClassName
 {
   color: #AACBEC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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