Html Css Color HEX #AAD5C1 Jet Stream

📋 copy color: '#AAD5C1'

red 170 ◦ green 213 ◦ blue 193

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

Shades of Jet Stream #AAD5C1

Tints of Jet Stream #AAD5C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 33.51%

R = 29.51%
G = 36.98%
B = 33.51%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.09

 K value IS 0.16

RGB Variations

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

Color information

#AAD5C1 (or 0xAAD5C1) is known color: Jet Stream. HEX triplet: AA, D5 and C1. RGB value is (170,213,193). Sum of RGB (Red+Green+Blue) = 170+213+193=576 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.51% from 576); Green value is 213 (83.59% from 255 or 36.98% from 576); Blue value is 193 (75.78% from 255 or 33.51% from 576); Max value from RGB is 213 - color contains mainly: green. Hex color #AAD5C1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAD5C1 is #552A3E. Grayscale: #C5C5C5. Windows color (decimal): -5581375 or 12703146. OLE color: 12703146.

HSL color Cylindrical-coordinate representation of color #AAD5C1: hue angle of 152.09º 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 #AAD5C1 is Cyan = 0.20, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.16.

Color convert

RGB 170 213 193 -
CMYK 0.20 0 0.09 0.16
HSL 152.09º 0.34% 0.75% -
HSV(B) 152.09º 0.2% 0.84% -
XYZ 50 59.98 59.4 -
YUV 197.86 125.25 108.13 -
System Red Green Blue C M Y K H S L
Decimal 170 213 193 0.20 0 0.09 0.16 152.09 0.34 0.75
Hex AA D5 C1 14 0 9 10 98 22 4B
Octal 252 325 301 24 0 11 20 230 42 113
Binary 10101010 11010101 11000001 10100 0 1001 10000 10011000 100010 1001011

Color Harmonies of #AAD5C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD5C1

Black with #AAD5C1

Text Example


Text Example

White with #AAD5C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD5C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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