Html Css Color HEX #AECEC6 Jet Stream

📋 copy color: '#AECEC6'

red 174 ◦ green 206 ◦ blue 198

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

Shades of Jet Stream #AECEC6

Tints of Jet Stream #AECEC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 34.26%

R = 30.1%
G = 35.64%
B = 34.26%

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

#AECEC6 (or 0xAECEC6) is known color: Jet Stream. HEX triplet: AE, CE and C6. RGB value is (174,206,198). Sum of RGB (Red+Green+Blue) = 174+206+198=578 (76% of max value = 765). Red value is 174 (68.36% from 255 or 30.10% from 578); Green value is 206 (80.86% from 255 or 35.64% from 578); Blue value is 198 (77.73% from 255 or 34.26% from 578); Max value from RGB is 206 - color contains mainly: green. Hex color #AECEC6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AECEC6 is #513139. Grayscale: #C3C3C3. Windows color (decimal): -5321018 or 13029038. OLE color: 13029038.

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

Color convert

RGB 174 206 198 -
CMYK 0.16 0 0.04 0.19
HSL 165º 0.25% 0.75% -
HSV(B) 165º 0.16% 0.81% -
XYZ 49.72 57.22 61.85 -
YUV 195.52 129.4 112.65 -
System Red Green Blue C M Y K H S L
Decimal 174 206 198 0.16 0 0.04 0.19 165 0.25 0.75
Hex AE CE C6 10 0 4 13 A5 19 4B
Octal 256 316 306 20 0 4 23 245 31 113
Binary 10101110 11001110 11000110 10000 0 100 10011 10100101 11001 1001011

Color Harmonies of #AECEC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AECEC6

Black with #AECEC6

Text Example


Text Example

White with #AECEC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AECEC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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