Html Css Color HEX #AED7C3 Jet Stream

📋 copy color: '#AED7C3'

red 174 ◦ green 215 ◦ blue 195

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

Shades of Jet Stream #AED7C3

Tints of Jet Stream #AED7C3

RGB

 RED value IS 174 (68.36% from 255) = 29.79%

 GREEN value IS 215 (84.38% from 255) = 36.82%

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

R = 29.79%
G = 36.82%
B = 33.39%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.09

 K value IS 0.16

RGB Variations

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

Color information

#AED7C3 (or 0xAED7C3) is known color: Jet Stream. HEX triplet: AE, D7 and C3. RGB value is (174,215,195). Sum of RGB (Red+Green+Blue) = 174+215+195=584 (77% of max value = 765). Red value is 174 (68.36% from 255 or 29.79% from 584); Green value is 215 (84.38% from 255 or 36.82% from 584); Blue value is 195 (76.56% from 255 or 33.39% from 584); Max value from RGB is 215 - color contains mainly: green. Hex color #AED7C3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AED7C3 is #51283C. Grayscale: #C8C8C8. Windows color (decimal): -5318717 or 12834734. OLE color: 12834734.

HSL color Cylindrical-coordinate representation of color #AED7C3: hue angle of 150.73º degrees, saturation: 0.34, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AED7C3 is Cyan = 0.19, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.16.

Color convert

RGB 174 215 195 -
CMYK 0.19 0 0.09 0.16
HSL 150.73º 0.34% 0.76% -
HSV(B) 150.73º 0.19% 0.84% -
XYZ 51.61 61.54 60.79 -
YUV 200.46 124.92 109.13 -
System Red Green Blue C M Y K H S L
Decimal 174 215 195 0.19 0 0.09 0.16 150.73 0.34 0.76
Hex AE D7 C3 13 0 9 10 97 22 4C
Octal 256 327 303 23 0 11 20 227 42 114
Binary 10101110 11010111 11000011 10011 0 1001 10000 10010111 100010 1001100

Color Harmonies of #AED7C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED7C3

Black with #AED7C3

Text Example


Text Example

White with #AED7C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED7C3; }

 p { color: rgb(174,215,195); }

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

background-color css

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

 a { background-color: rgb(174,215,195); }

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

border-color css

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

 span { border-color: rgb(174,215,195); }

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