Html Css Color HEX #AED0C3 Jet Stream

📋 copy color: '#AED0C3'

red 174 ◦ green 208 ◦ blue 195

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

Shades of Jet Stream #AED0C3

Tints of Jet Stream #AED0C3

RGB

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

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

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

R = 30.16%
G = 36.05%
B = 33.8%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.06

 K value IS 0.18

RGB Variations

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

Color information

#AED0C3 (or 0xAED0C3) is known color: Jet Stream. HEX triplet: AE, D0 and C3. RGB value is (174,208,195). Sum of RGB (Red+Green+Blue) = 174+208+195=577 (76% of max value = 765). Red value is 174 (68.36% from 255 or 30.16% from 577); Green value is 208 (81.64% from 255 or 36.05% from 577); Blue value is 195 (76.56% from 255 or 33.80% from 577); Max value from RGB is 208 - color contains mainly: green. Hex color #AED0C3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AED0C3 is #512F3C. Grayscale: #C4C4C4. Windows color (decimal): -5320509 or 12832942. OLE color: 12832942.

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

Color convert

RGB 174 208 195 -
CMYK 0.16 0 0.06 0.18
HSL 157.06º 0.27% 0.75% -
HSV(B) 157.06º 0.16% 0.82% -
XYZ 49.86 58.05 60.21 -
YUV 196.35 127.24 112.06 -
System Red Green Blue C M Y K H S L
Decimal 174 208 195 0.16 0 0.06 0.18 157.06 0.27 0.75
Hex AE D0 C3 10 0 6 12 9D 1B 4B
Octal 256 320 303 20 0 6 22 235 33 113
Binary 10101110 11010000 11000011 10000 0 110 10010 10011101 11011 1001011

Color Harmonies of #AED0C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED0C3

Black with #AED0C3

Text Example


Text Example

White with #AED0C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED0C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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