Html Css Color HEX #AECEC4 Jet Stream

📋 copy color: '#AECEC4'

red 174 ◦ green 206 ◦ blue 196

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

Shades of Jet Stream #AECEC4

Tints of Jet Stream #AECEC4

RGB

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

 GREEN value IS 206 (80.86% from 255) = 35.76%

 BLUE value IS 196 (76.95% from 255) = 34.03%

R = 30.21%
G = 35.76%
B = 34.03%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.05

 K value IS 0.19

RGB Variations

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

Color information

#AECEC4 (or 0xAECEC4) is known color: Jet Stream. HEX triplet: AE, CE and C4. RGB value is (174,206,196). Sum of RGB (Red+Green+Blue) = 174+206+196=576 (76% of max value = 765). Red value is 174 (68.36% from 255 or 30.21% from 576); Green value is 206 (80.86% from 255 or 35.76% from 576); Blue value is 196 (76.95% from 255 or 34.03% from 576); Max value from RGB is 206 - color contains mainly: green. Hex color #AECEC4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AECEC4 is #51313B. Grayscale: #C3C3C3. Windows color (decimal): -5321020 or 12897966. OLE color: 12897966.

HSL color Cylindrical-coordinate representation of color #AECEC4: hue angle of 161.25º degrees, saturation: 0.25, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AECEC4 is Cyan = 0.16, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.19.

Color convert

RGB 174 206 196 -
CMYK 0.16 0 0.05 0.19
HSL 161.25º 0.25% 0.75% -
HSV(B) 161.25º 0.16% 0.81% -
XYZ 49.49 57.13 60.64 -
YUV 195.29 128.4 112.81 -
System Red Green Blue C M Y K H S L
Decimal 174 206 196 0.16 0 0.05 0.19 161.25 0.25 0.75
Hex AE CE C4 10 0 5 13 A1 19 4B
Octal 256 316 304 20 0 5 23 241 31 113
Binary 10101110 11001110 11000100 10000 0 101 10011 10100001 11001 1001011

Color Harmonies of #AECEC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AECEC4

Black with #AECEC4

Text Example


Text Example

White with #AECEC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AECEC4; }

 p { color: rgb(174,206,196); }

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

background-color css

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

 a { background-color: rgb(174,206,196); }

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

border-color css

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

 span { border-color: rgb(174,206,196); }

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