Html Css Color HEX #AED7C6 Jet Stream

📋 copy color: '#AED7C6'

red 174 ◦ green 215 ◦ blue 198

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

Shades of Jet Stream #AED7C6

Tints of Jet Stream #AED7C6

RGB

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

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

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

R = 29.64%
G = 36.63%
B = 33.73%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.08

 K value IS 0.16

RGB Variations

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

Color information

#AED7C6 (or 0xAED7C6) is known color: Jet Stream. HEX triplet: AE, D7 and C6. RGB value is (174,215,198). Sum of RGB (Red+Green+Blue) = 174+215+198=587 (77% of max value = 765). Red value is 174 (68.36% from 255 or 29.64% from 587); Green value is 215 (84.38% from 255 or 36.63% from 587); Blue value is 198 (77.73% from 255 or 33.73% from 587); Max value from RGB is 215 - color contains mainly: green. Hex color #AED7C6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AED7C6 is #512839. Grayscale: #C8C8C8. Windows color (decimal): -5318714 or 13031342. OLE color: 13031342.

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

Color convert

RGB 174 215 198 -
CMYK 0.19 0 0.08 0.16
HSL 155.12º 0.34% 0.76% -
HSV(B) 155.12º 0.19% 0.84% -
XYZ 51.95 61.68 62.59 -
YUV 200.8 126.42 108.88 -
System Red Green Blue C M Y K H S L
Decimal 174 215 198 0.19 0 0.08 0.16 155.12 0.34 0.76
Hex AE D7 C6 13 0 8 10 9B 22 4C
Octal 256 327 306 23 0 10 20 233 42 114
Binary 10101110 11010111 11000110 10011 0 1000 10000 10011011 100010 1001100

Color Harmonies of #AED7C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED7C6

Black with #AED7C6

Text Example


Text Example

White with #AED7C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED7C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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