Html Css Color HEX #AAD3EB Sail

📋 copy color: '#AAD3EB'

red 170 ◦ green 211 ◦ blue 235

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

Shades of Sail #AAD3EB

Tints of Sail #AAD3EB

RGB

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

 GREEN value IS 211 (82.81% from 255) = 34.25%

 BLUE value IS 235 (92.19% from 255) = 38.15%

R = 27.6%
G = 34.25%
B = 38.15%

CMYK

 C value IS 0.28

 M value IS 0.10

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AAD3EB (or 0xAAD3EB) is known color: Sail. HEX triplet: AA, D3 and EB. RGB value is (170,211,235). Sum of RGB (Red+Green+Blue) = 170+211+235=616 (81% of max value = 765). Red value is 170 (66.80% from 255 or 27.60% from 616); Green value is 211 (82.81% from 255 or 34.25% from 616); Blue value is 235 (92.19% from 255 or 38.15% from 616); Max value from RGB is 235 - color contains mainly: blue. Hex color #AAD3EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAD3EB is #552C14. Grayscale: #C9C9C9. Windows color (decimal): -5581845 or 15455146. OLE color: 15455146.

HSL color Cylindrical-coordinate representation of color #AAD3EB: hue angle of 202.15º 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 #AAD3EB is Cyan = 0.28, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 170 211 235 -
CMYK 0.28 0.10 0 0.08
HSL 202.15º 0.62% 0.79% -
HSV(B) 202.15º 0.28% 0.92% -
XYZ 54.87 61.13 87.51 -
YUV 201.48 146.92 105.55 -
System Red Green Blue C M Y K H S L
Decimal 170 211 235 0.28 0.10 0 0.08 202.15 0.62 0.79
Hex AA D3 EB 1C A 0 8 CA 3E 4F
Octal 252 323 353 34 12 0 10 312 76 117
Binary 10101010 11010011 11101011 11100 1010 0 1000 11001010 111110 1001111

Color Harmonies of #AAD3EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD3EB

Black with #AAD3EB

Text Example


Text Example

White with #AAD3EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD3EB; }

 p { color: rgb(170,211,235); }

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

background-color css

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

 a { background-color: rgb(170,211,235); }

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

border-color css

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

 span { border-color: rgb(170,211,235); }

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