Html Css Color HEX #AECEC5 Jet Stream

📋 copy color: '#AECEC5'

red 174 ◦ green 206 ◦ blue 197

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

Shades of Jet Stream #AECEC5

Tints of Jet Stream #AECEC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 34.14%

R = 30.16%
G = 35.7%
B = 34.14%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.04

 K value IS 0.19

RGB Variations

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

Color information

#AECEC5 (or 0xAECEC5) is known color: Jet Stream. HEX triplet: AE, CE and C5. RGB value is (174,206,197). Sum of RGB (Red+Green+Blue) = 174+206+197=577 (76% of max value = 765). Red value is 174 (68.36% from 255 or 30.16% from 577); Green value is 206 (80.86% from 255 or 35.70% from 577); Blue value is 197 (77.34% from 255 or 34.14% from 577); Max value from RGB is 206 - color contains mainly: green. Hex color #AECEC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AECEC5 is #51313A. Grayscale: #C3C3C3. Windows color (decimal): -5321019 or 12963502. OLE color: 12963502.

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

Color convert

RGB 174 206 197 -
CMYK 0.16 0 0.04 0.19
HSL 163.13º 0.25% 0.75% -
HSV(B) 163.13º 0.16% 0.81% -
XYZ 49.6 57.17 61.24 -
YUV 195.41 128.9 112.73 -
System Red Green Blue C M Y K H S L
Decimal 174 206 197 0.16 0 0.04 0.19 163.13 0.25 0.75
Hex AE CE C5 10 0 4 13 A3 19 4B
Octal 256 316 305 20 0 4 23 243 31 113
Binary 10101110 11001110 11000101 10000 0 100 10011 10100011 11001 1001011

Color Harmonies of #AECEC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AECEC5

Black with #AECEC5

Text Example


Text Example

White with #AECEC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AECEC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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