Html Css Color HEX #AAD2EE Sail

📋 copy color: '#AAD2EE'

red 170 ◦ green 210 ◦ blue 238

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

Shades of Sail #AAD2EE

Tints of Sail #AAD2EE

RGB

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

 GREEN value IS 210 (82.42% from 255) = 33.98%

 BLUE value IS 238 (93.36% from 255) = 38.51%

R = 27.51%
G = 33.98%
B = 38.51%

CMYK

 C value IS 0.29

 M value IS 0.12

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AAD2EE (or 0xAAD2EE) is known color: Sail. HEX triplet: AA, D2 and EE. RGB value is (170,210,238). Sum of RGB (Red+Green+Blue) = 170+210+238=618 (81% of max value = 765). Red value is 170 (66.80% from 255 or 27.51% from 618); Green value is 210 (82.42% from 255 or 33.98% from 618); Blue value is 238 (93.36% from 255 or 38.51% from 618); Max value from RGB is 238 - color contains mainly: blue. Hex color #AAD2EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAD2EE is #552D11. Grayscale: #C9C9C9. Windows color (decimal): -5582098 or 15651498. OLE color: 15651498.

HSL color Cylindrical-coordinate representation of color #AAD2EE: hue angle of 204.71º degrees, saturation: 0.67, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AAD2EE is Cyan = 0.29, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 170 210 238 -
CMYK 0.29 0.12 0 0.07
HSL 204.71º 0.67% 0.8% -
HSV(B) 204.71º 0.29% 0.93% -
XYZ 55.06 60.81 89.73 -
YUV 201.23 148.75 105.72 -
System Red Green Blue C M Y K H S L
Decimal 170 210 238 0.29 0.12 0 0.07 204.71 0.67 0.8
Hex AA D2 EE 1D C 0 7 CD 43 50
Octal 252 322 356 35 14 0 7 315 103 120
Binary 10101010 11010010 11101110 11101 1100 0 111 11001101 1000011 1010000

Color Harmonies of #AAD2EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD2EE

Black with #AAD2EE

Text Example


Text Example

White with #AAD2EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD2EE; }

 p { color: rgb(170,210,238); }

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

background-color css

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

 a { background-color: rgb(170,210,238); }

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

border-color css

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

 span { border-color: rgb(170,210,238); }

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