Html Css Color HEX #AECEC3 Jet Stream

📋 copy color: '#AECEC3'

red 174 ◦ green 206 ◦ blue 195

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

Shades of Jet Stream #AECEC3

Tints of Jet Stream #AECEC3

RGB

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

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

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

R = 30.26%
G = 35.83%
B = 33.91%

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

#AECEC3 (or 0xAECEC3) is known color: Jet Stream. HEX triplet: AE, CE and C3. RGB value is (174,206,195). Sum of RGB (Red+Green+Blue) = 174+206+195=575 (76% of max value = 765). Red value is 174 (68.36% from 255 or 30.26% from 575); Green value is 206 (80.86% from 255 or 35.83% from 575); Blue value is 195 (76.56% from 255 or 33.91% from 575); Max value from RGB is 206 - color contains mainly: green. Hex color #AECEC3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AECEC3 is #51313C. Grayscale: #C3C3C3. Windows color (decimal): -5321021 or 12832430. OLE color: 12832430.

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

Color convert

RGB 174 206 195 -
CMYK 0.16 0 0.05 0.19
HSL 159.38º 0.25% 0.75% -
HSV(B) 159.38º 0.16% 0.81% -
XYZ 49.38 57.08 60.05 -
YUV 195.18 127.9 112.89 -
System Red Green Blue C M Y K H S L
Decimal 174 206 195 0.16 0 0.05 0.19 159.38 0.25 0.75
Hex AE CE C3 10 0 5 13 9F 19 4B
Octal 256 316 303 20 0 5 23 237 31 113
Binary 10101110 11001110 11000011 10000 0 101 10011 10011111 11001 1001011

Color Harmonies of #AECEC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AECEC3

Black with #AECEC3

Text Example


Text Example

White with #AECEC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AECEC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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