Html Css Color HEX #AACBE0 Sail

📋 copy color: '#AACBE0'

red 170 ◦ green 203 ◦ blue 224

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

Shades of Sail #AACBE0

Tints of Sail #AACBE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 37.52%

R = 28.48%
G = 34%
B = 37.52%

CMYK

 C value IS 0.24

 M value IS 0.09

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#AACBE0 (or 0xAACBE0) is known color: Sail. HEX triplet: AA, CB and E0. RGB value is (170,203,224). Sum of RGB (Red+Green+Blue) = 170+203+224=597 (79% of max value = 765). Red value is 170 (66.80% from 255 or 28.48% from 597); Green value is 203 (79.69% from 255 or 34.00% from 597); Blue value is 224 (87.89% from 255 or 37.52% from 597); Max value from RGB is 224 - color contains mainly: blue. Hex color #AACBE0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AACBE0 is #55341F. Grayscale: #C3C3C3. Windows color (decimal): -5583904 or 14732202. OLE color: 14732202.

HSL color Cylindrical-coordinate representation of color #AACBE0: hue angle of 203.33º degrees, saturation: 0.47, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AACBE0 is Cyan = 0.24, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 170 203 224 -
CMYK 0.24 0.09 0 0.12
HSL 203.33º 0.47% 0.77% -
HSV(B) 203.33º 0.24% 0.88% -
XYZ 51.39 56.64 78.75 -
YUV 195.53 144.07 109.79 -
System Red Green Blue C M Y K H S L
Decimal 170 203 224 0.24 0.09 0 0.12 203.33 0.47 0.77
Hex AA CB E0 18 9 0 C CB 2F 4D
Octal 252 313 340 30 11 0 14 313 57 115
Binary 10101010 11001011 11100000 11000 1001 0 1100 11001011 101111 1001101

Color Harmonies of #AACBE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AACBE0

Black with #AACBE0

Text Example


Text Example

White with #AACBE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AACBE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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