Html Css Color HEX #AECEC1 Jet Stream

📋 copy color: '#AECEC1'

red 174 ◦ green 206 ◦ blue 193

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

Shades of Jet Stream #AECEC1

Tints of Jet Stream #AECEC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 33.68%

R = 30.37%
G = 35.95%
B = 33.68%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.06

 K value IS 0.19

RGB Variations

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

Color information

#AECEC1 (or 0xAECEC1) is known color: Jet Stream. HEX triplet: AE, CE and C1. RGB value is (174,206,193). Sum of RGB (Red+Green+Blue) = 174+206+193=573 (75% of max value = 765). Red value is 174 (68.36% from 255 or 30.37% from 573); Green value is 206 (80.86% from 255 or 35.95% from 573); Blue value is 193 (75.78% from 255 or 33.68% from 573); Max value from RGB is 206 - color contains mainly: green. Hex color #AECEC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AECEC1 is #51313E. Grayscale: #C2C2C2. Windows color (decimal): -5321023 or 12701358. OLE color: 12701358.

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

Color convert

RGB 174 206 193 -
CMYK 0.16 0 0.06 0.19
HSL 155.63º 0.25% 0.75% -
HSV(B) 155.63º 0.16% 0.81% -
XYZ 49.15 56.99 58.86 -
YUV 194.95 126.9 113.06 -
System Red Green Blue C M Y K H S L
Decimal 174 206 193 0.16 0 0.06 0.19 155.63 0.25 0.75
Hex AE CE C1 10 0 6 13 9C 19 4B
Octal 256 316 301 20 0 6 23 234 31 113
Binary 10101110 11001110 11000001 10000 0 110 10011 10011100 11001 1001011

Color Harmonies of #AECEC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AECEC1

Black with #AECEC1

Text Example


Text Example

White with #AECEC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AECEC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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