Html Css Color HEX #AACBE8 Pale Cornflower Blue

📋 copy color: '#AACBE8'

red 170 ◦ green 203 ◦ blue 232

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

Shades of Pale Cornflower Blue #AACBE8

Tints of Pale Cornflower Blue #AACBE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 38.35%

R = 28.1%
G = 33.55%
B = 38.35%

CMYK

 C value IS 0.27

 M value IS 0.12

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#AACBE8 (or 0xAACBE8) is known color: Pale Cornflower Blue. HEX triplet: AA, CB and E8. RGB value is (170,203,232). Sum of RGB (Red+Green+Blue) = 170+203+232=605 (80% of max value = 765). Red value is 170 (66.80% from 255 or 28.10% from 605); Green value is 203 (79.69% from 255 or 33.55% from 605); Blue value is 232 (91.02% from 255 or 38.35% from 605); Max value from RGB is 232 - color contains mainly: blue. Hex color #AACBE8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AACBE8 is #553417. Grayscale: #C4C4C4. Windows color (decimal): -5583896 or 15256490. OLE color: 15256490.

HSL color Cylindrical-coordinate representation of color #AACBE8: hue angle of 208.06º degrees, saturation: 0.57, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AACBE8 is Cyan = 0.27, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 170 203 232 -
CMYK 0.27 0.12 0 0.09
HSL 208.06º 0.57% 0.79% -
HSV(B) 208.06º 0.27% 0.91% -
XYZ 52.5 57.08 84.6 -
YUV 196.44 148.07 109.14 -
System Red Green Blue C M Y K H S L
Decimal 170 203 232 0.27 0.12 0 0.09 208.06 0.57 0.79
Hex AA CB E8 1B C 0 9 D0 39 4F
Octal 252 313 350 33 14 0 11 320 71 117
Binary 10101010 11001011 11101000 11011 1100 0 1001 11010000 111001 1001111

Color Harmonies of #AACBE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AACBE8

Black with #AACBE8

Text Example


Text Example

White with #AACBE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AACBE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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