Html Css Color HEX #AECFC6 Jet Stream

📋 copy color: '#AECFC6'

red 174 ◦ green 207 ◦ blue 198

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

Shades of Jet Stream #AECFC6

Tints of Jet Stream #AECFC6

RGB

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

 GREEN value IS 207 (81.25% from 255) = 35.75%

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

R = 30.05%
G = 35.75%
B = 34.2%

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

#AECFC6 (or 0xAECFC6) is known color: Jet Stream. HEX triplet: AE, CF and C6. RGB value is (174,207,198). Sum of RGB (Red+Green+Blue) = 174+207+198=579 (76% of max value = 765). Red value is 174 (68.36% from 255 or 30.05% from 579); Green value is 207 (81.25% from 255 or 35.75% from 579); Blue value is 198 (77.73% from 255 or 34.20% from 579); Max value from RGB is 207 - color contains mainly: green. Hex color #AECFC6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AECFC6 is #513039. Grayscale: #C4C4C4. Windows color (decimal): -5320762 or 13029294. OLE color: 13029294.

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

Color convert

RGB 174 207 198 -
CMYK 0.16 0 0.04 0.19
HSL 163.64º 0.26% 0.75% -
HSV(B) 163.64º 0.16% 0.81% -
XYZ 49.96 57.7 61.93 -
YUV 196.11 129.07 112.23 -
System Red Green Blue C M Y K H S L
Decimal 174 207 198 0.16 0 0.04 0.19 163.64 0.26 0.75
Hex AE CF C6 10 0 4 13 A4 1A 4B
Octal 256 317 306 20 0 4 23 244 32 113
Binary 10101110 11001111 11000110 10000 0 100 10011 10100100 11010 1001011

Color Harmonies of #AECFC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AECFC6

Black with #AECFC6

Text Example


Text Example

White with #AECFC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AECFC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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