Html Css Color HEX #AED0C2 Jet Stream

📋 copy color: '#AED0C2'

red 174 ◦ green 208 ◦ blue 194

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

Shades of Jet Stream #AED0C2

Tints of Jet Stream #AED0C2

RGB

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

 GREEN value IS 208 (81.64% from 255) = 36.11%

 BLUE value IS 194 (76.17% from 255) = 33.68%

R = 30.21%
G = 36.11%
B = 33.68%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.07

 K value IS 0.18

RGB Variations

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

Color information

#AED0C2 (or 0xAED0C2) is known color: Jet Stream. HEX triplet: AE, D0 and C2. RGB value is (174,208,194). Sum of RGB (Red+Green+Blue) = 174+208+194=576 (76% of max value = 765). Red value is 174 (68.36% from 255 or 30.21% from 576); Green value is 208 (81.64% from 255 or 36.11% from 576); Blue value is 194 (76.17% from 255 or 33.68% from 576); Max value from RGB is 208 - color contains mainly: green. Hex color #AED0C2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AED0C2 is #512F3D. Grayscale: #C4C4C4. Windows color (decimal): -5320510 or 12767406. OLE color: 12767406.

HSL color Cylindrical-coordinate representation of color #AED0C2: hue angle of 155.29º degrees, saturation: 0.27, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AED0C2 is Cyan = 0.16, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.18.

Color convert

RGB 174 208 194 -
CMYK 0.16 0 0.07 0.18
HSL 155.29º 0.27% 0.75% -
HSV(B) 155.29º 0.16% 0.82% -
XYZ 49.75 58.01 59.61 -
YUV 196.24 126.74 112.14 -
System Red Green Blue C M Y K H S L
Decimal 174 208 194 0.16 0 0.07 0.18 155.29 0.27 0.75
Hex AE D0 C2 10 0 7 12 9B 1B 4B
Octal 256 320 302 20 0 7 22 233 33 113
Binary 10101110 11010000 11000010 10000 0 111 10010 10011011 11011 1001011

Color Harmonies of #AED0C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED0C2

Black with #AED0C2

Text Example


Text Example

White with #AED0C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED0C2; }

 p { color: rgb(174,208,194); }

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

background-color css

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

 a { background-color: rgb(174,208,194); }

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

border-color css

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

 span { border-color: rgb(174,208,194); }

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