Html Css Color HEX #AAD8C3 Jet Stream

📋 copy color: '#AAD8C3'

red 170 ◦ green 216 ◦ blue 195

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

Shades of Jet Stream #AAD8C3

Tints of Jet Stream #AAD8C3

RGB

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

 GREEN value IS 216 (84.77% from 255) = 37.18%

 BLUE value IS 195 (76.56% from 255) = 33.56%

R = 29.26%
G = 37.18%
B = 33.56%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.10

 K value IS 0.15

RGB Variations

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

Color information

#AAD8C3 (or 0xAAD8C3) is known color: Jet Stream. HEX triplet: AA, D8 and C3. RGB value is (170,216,195). Sum of RGB (Red+Green+Blue) = 170+216+195=581 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.26% from 581); Green value is 216 (84.77% from 255 or 37.18% from 581); Blue value is 195 (76.56% from 255 or 33.56% from 581); Max value from RGB is 216 - color contains mainly: green. Hex color #AAD8C3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAD8C3 is #55273C. Grayscale: #C7C7C7. Windows color (decimal): -5580605 or 12834986. OLE color: 12834986.

HSL color Cylindrical-coordinate representation of color #AAD8C3: hue angle of 152.61º degrees, saturation: 0.37, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AAD8C3 is Cyan = 0.21, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.15.

Color convert

RGB 170 216 195 -
CMYK 0.21 0 0.10 0.15
HSL 152.61º 0.37% 0.76% -
HSV(B) 152.61º 0.21% 0.85% -
XYZ 50.98 61.6 60.83 -
YUV 199.85 125.26 106.71 -
System Red Green Blue C M Y K H S L
Decimal 170 216 195 0.21 0 0.10 0.15 152.61 0.37 0.76
Hex AA D8 C3 15 0 A F 99 25 4C
Octal 252 330 303 25 0 12 17 231 45 114
Binary 10101010 11011000 11000011 10101 0 1010 1111 10011001 100101 1001100

Color Harmonies of #AAD8C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD8C3

Black with #AAD8C3

Text Example


Text Example

White with #AAD8C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD8C3; }

 p { color: rgb(170,216,195); }

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

background-color css

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

 a { background-color: rgb(170,216,195); }

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

border-color css

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

 span { border-color: rgb(170,216,195); }

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