Html Css Color HEX #AACBE5 Sail

📋 copy color: '#AACBE5'

red 170 ◦ green 203 ◦ blue 229

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

Shades of Sail #AACBE5

Tints of Sail #AACBE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 38.04%

R = 28.24%
G = 33.72%
B = 38.04%

CMYK

 C value IS 0.26

 M value IS 0.11

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#AACBE5 (or 0xAACBE5) is known color: Sail. HEX triplet: AA, CB and E5. RGB value is (170,203,229). Sum of RGB (Red+Green+Blue) = 170+203+229=602 (79% of max value = 765). Red value is 170 (66.80% from 255 or 28.24% from 602); Green value is 203 (79.69% from 255 or 33.72% from 602); Blue value is 229 (89.84% from 255 or 38.04% from 602); Max value from RGB is 229 - color contains mainly: blue. Hex color #AACBE5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AACBE5 is #55341A. Grayscale: #C3C3C3. Windows color (decimal): -5583899 or 15059882. OLE color: 15059882.

HSL color Cylindrical-coordinate representation of color #AACBE5: hue angle of 206.44º degrees, saturation: 0.53, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AACBE5 is Cyan = 0.26, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 170 203 229 -
CMYK 0.26 0.11 0 0.10
HSL 206.44º 0.53% 0.78% -
HSV(B) 206.44º 0.26% 0.9% -
XYZ 52.08 56.92 82.37 -
YUV 196.1 146.57 109.39 -
System Red Green Blue C M Y K H S L
Decimal 170 203 229 0.26 0.11 0 0.10 206.44 0.53 0.78
Hex AA CB E5 1A B 0 A CE 35 4E
Octal 252 313 345 32 13 0 12 316 65 116
Binary 10101010 11001011 11100101 11010 1011 0 1010 11001110 110101 1001110

Color Harmonies of #AACBE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AACBE5

Black with #AACBE5

Text Example


Text Example

White with #AACBE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AACBE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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