Html Css Color HEX #AECDC2 Jet Stream

📋 copy color: '#AECDC2'

red 174 ◦ green 205 ◦ blue 194

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

Shades of Jet Stream #AECDC2

Tints of Jet Stream #AECDC2

RGB

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

 GREEN value IS 205 (80.47% from 255) = 35.78%

 BLUE value IS 194 (76.17% from 255) = 33.86%

R = 30.37%
G = 35.78%
B = 33.86%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.05

 K value IS 0.20

RGB Variations

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

Color information

#AECDC2 (or 0xAECDC2) is known color: Jet Stream. HEX triplet: AE, CD and C2. RGB value is (174,205,194). Sum of RGB (Red+Green+Blue) = 174+205+194=573 (75% of max value = 765). Red value is 174 (68.36% from 255 or 30.37% from 573); Green value is 205 (80.47% from 255 or 35.78% from 573); Blue value is 194 (76.17% from 255 or 33.86% from 573); Max value from RGB is 205 - color contains mainly: green. Hex color #AECDC2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AECDC2 is #51323D. Grayscale: #C2C2C2. Windows color (decimal): -5321278 or 12766638. OLE color: 12766638.

HSL color Cylindrical-coordinate representation of color #AECDC2: hue angle of 158.71º degrees, saturation: 0.24, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AECDC2 is Cyan = 0.15, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.20.

Color convert

RGB 174 205 194 -
CMYK 0.15 0 0.05 0.20
HSL 158.71º 0.24% 0.74% -
HSV(B) 158.71º 0.15% 0.8% -
XYZ 49.02 56.56 59.37 -
YUV 194.48 127.73 113.39 -
System Red Green Blue C M Y K H S L
Decimal 174 205 194 0.15 0 0.05 0.20 158.71 0.24 0.74
Hex AE CD C2 F 0 5 14 9F 18 4A
Octal 256 315 302 17 0 5 24 237 30 112
Binary 10101110 11001101 11000010 1111 0 101 10100 10011111 11000 1001010

Color Harmonies of #AECDC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AECDC2

Black with #AECDC2

Text Example


Text Example

White with #AECDC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AECDC2; }

 p { color: rgb(174,205,194); }

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

background-color css

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

 a { background-color: rgb(174,205,194); }

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

border-color css

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

 span { border-color: rgb(174,205,194); }

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