Html Css Color HEX #AEDAC8 Jet Stream

📋 copy color: '#AEDAC8'

red 174 ◦ green 218 ◦ blue 200

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

Shades of Jet Stream #AEDAC8

Tints of Jet Stream #AEDAC8

RGB

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

 GREEN value IS 218 (85.55% from 255) = 36.82%

 BLUE value IS 200 (78.52% from 255) = 33.78%

R = 29.39%
G = 36.82%
B = 33.78%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.08

 K value IS 0.15

RGB Variations

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

Color information

#AEDAC8 (or 0xAEDAC8) is known color: Jet Stream. HEX triplet: AE, DA and C8. RGB value is (174,218,200). Sum of RGB (Red+Green+Blue) = 174+218+200=592 (78% of max value = 765). Red value is 174 (68.36% from 255 or 29.39% from 592); Green value is 218 (85.55% from 255 or 36.82% from 592); Blue value is 200 (78.52% from 255 or 33.78% from 592); Max value from RGB is 218 - color contains mainly: green. Hex color #AEDAC8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEDAC8 is #512537. Grayscale: #CACACA. Windows color (decimal): -5317944 or 13163182. OLE color: 13163182.

HSL color Cylindrical-coordinate representation of color #AEDAC8: hue angle of 155.45º degrees, saturation: 0.37, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AEDAC8 is Cyan = 0.20, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.15.

Color convert

RGB 174 218 200 -
CMYK 0.20 0 0.08 0.15
HSL 155.45º 0.37% 0.77% -
HSV(B) 155.45º 0.2% 0.85% -
XYZ 52.95 63.31 64.07 -
YUV 202.79 126.42 107.46 -
System Red Green Blue C M Y K H S L
Decimal 174 218 200 0.20 0 0.08 0.15 155.45 0.37 0.77
Hex AE DA C8 14 0 8 F 9B 25 4D
Octal 256 332 310 24 0 10 17 233 45 115
Binary 10101110 11011010 11001000 10100 0 1000 1111 10011011 100101 1001101

Color Harmonies of #AEDAC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEDAC8

Black with #AEDAC8

Text Example


Text Example

White with #AEDAC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEDAC8; }

 p { color: rgb(174,218,200); }

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

background-color css

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

 a { background-color: rgb(174,218,200); }

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

border-color css

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

 span { border-color: rgb(174,218,200); }

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