Html Css Color HEX #AACBEB Pale Cornflower Blue

📋 copy color: '#AACBEB'

red 170 ◦ green 203 ◦ blue 235

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

Shades of Pale Cornflower Blue #AACBEB

Tints of Pale Cornflower Blue #AACBEB

RGB

 RED value IS 170 (66.8% 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 value IS 0.28

 M value IS 0.14

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AACBEB (or 0xAACBEB) is known color: 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

RGB 170 203 235 -
CMYK 0.28 0.14 0 0.08
HSL 209.54º 0.62% 0.79% -
HSV(B) 209.54º 0.28% 0.92% -
XYZ 52.93 57.26 86.86 -
YUV 196.78 149.57 108.9 -
System Red Green Blue C M Y K H S L
Decimal 170 203 235 0.28 0.14 0 0.08 209.54 0.62 0.79
Hex AA CB EB 1C E 0 8 D2 3E 4F
Octal 252 313 353 34 16 0 10 322 76 117
Binary 10101010 11001011 11101011 11100 1110 0 1000 11010010 111110 1001111

Color Harmonies of #AACBEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AACBEB

Black with #AACBEB

Text Example


Text Example

White with #AACBEB

Text Example


Text Example

HTML Codes & Css Web 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>