Html Css Color HEX #AACBEA Pale Cornflower Blue

📋 copy color: '#AACBEA'

red 170 ◦ green 203 ◦ blue 234

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

Shades of Pale Cornflower Blue #AACBEA

Tints of Pale Cornflower Blue #AACBEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 38.55%

R = 28.01%
G = 33.44%
B = 38.55%

CMYK

 C value IS 0.27

 M value IS 0.13

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AACBEA (or 0xAACBEA) is known color: Pale Cornflower Blue. HEX triplet: AA, CB and EA. RGB value is (170,203,234). Sum of RGB (Red+Green+Blue) = 170+203+234=607 (80% of max value = 765). Red value is 170 (66.80% from 255 or 28.01% from 607); Green value is 203 (79.69% from 255 or 33.44% from 607); Blue value is 234 (91.80% from 255 or 38.55% from 607); Max value from RGB is 234 - color contains mainly: blue. Hex color #AACBEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AACBEA is #553415. Grayscale: #C4C4C4. Windows color (decimal): -5583894 or 15387562. OLE color: 15387562.

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

Color convert

RGB 170 203 234 -
CMYK 0.27 0.13 0 0.08
HSL 209.06º 0.6% 0.79% -
HSV(B) 209.06º 0.27% 0.92% -
XYZ 52.78 57.2 86.1 -
YUV 196.67 149.07 108.98 -
System Red Green Blue C M Y K H S L
Decimal 170 203 234 0.27 0.13 0 0.08 209.06 0.6 0.79
Hex AA CB EA 1B D 0 8 D1 3C 4F
Octal 252 313 352 33 15 0 10 321 74 117
Binary 10101010 11001011 11101010 11011 1101 0 1000 11010001 111100 1001111

Color Harmonies of #AACBEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AACBEA

Black with #AACBEA

Text Example


Text Example

White with #AACBEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AACBEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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