Html Css Color HEX #AAD5C6 Jet Stream

📋 copy color: '#AAD5C6'

red 170 ◦ green 213 ◦ blue 198

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

Shades of Jet Stream #AAD5C6

Tints of Jet Stream #AAD5C6

RGB

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

 GREEN value IS 213 (83.59% from 255) = 36.66%

 BLUE value IS 198 (77.73% from 255) = 34.08%

R = 29.26%
G = 36.66%
B = 34.08%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.07

 K value IS 0.16

RGB Variations

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

Color information

#AAD5C6 (or 0xAAD5C6) is known color: Jet Stream. HEX triplet: AA, D5 and C6. RGB value is (170,213,198). Sum of RGB (Red+Green+Blue) = 170+213+198=581 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.26% from 581); Green value is 213 (83.59% from 255 or 36.66% from 581); Blue value is 198 (77.73% from 255 or 34.08% from 581); Max value from RGB is 213 - color contains mainly: green. Hex color #AAD5C6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAD5C6 is #552A39. Grayscale: #C6C6C6. Windows color (decimal): -5581370 or 13030826. OLE color: 13030826.

HSL color Cylindrical-coordinate representation of color #AAD5C6: hue angle of 159.07º degrees, saturation: 0.34, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AAD5C6 is Cyan = 0.20, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.16.

Color convert

RGB 170 213 198 -
CMYK 0.20 0 0.07 0.16
HSL 159.07º 0.34% 0.75% -
HSV(B) 159.07º 0.2% 0.84% -
XYZ 50.56 60.21 62.38 -
YUV 198.43 127.75 107.72 -
System Red Green Blue C M Y K H S L
Decimal 170 213 198 0.20 0 0.07 0.16 159.07 0.34 0.75
Hex AA D5 C6 14 0 7 10 9F 22 4B
Octal 252 325 306 24 0 7 20 237 42 113
Binary 10101010 11010101 11000110 10100 0 111 10000 10011111 100010 1001011

Color Harmonies of #AAD5C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD5C6

Black with #AAD5C6

Text Example


Text Example

White with #AAD5C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD5C6; }

 p { color: rgb(170,213,198); }

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

background-color css

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

 a { background-color: rgb(170,213,198); }

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

border-color css

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

 span { border-color: rgb(170,213,198); }

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