Html Css Color HEX #AECFC2 Jet Stream

📋 copy color: '#AECFC2'

red 174 ◦ green 207 ◦ blue 194

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

Shades of Jet Stream #AECFC2

Tints of Jet Stream #AECFC2

RGB

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

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

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

R = 30.26%
G = 36%
B = 33.74%

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

#AECFC2 (or 0xAECFC2) is known color: Jet Stream. HEX triplet: AE, CF and C2. RGB value is (174,207,194). Sum of RGB (Red+Green+Blue) = 174+207+194=575 (76% of max value = 765). Red value is 174 (68.36% from 255 or 30.26% from 575); Green value is 207 (81.25% from 255 or 36% from 575); Blue value is 194 (76.17% from 255 or 33.74% from 575); Max value from RGB is 207 - color contains mainly: green. Hex color #AECFC2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AECFC2 is #51303D. Grayscale: #C3C3C3. Windows color (decimal): -5320766 or 12767150. OLE color: 12767150.

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

Color convert

RGB 174 207 194 -
CMYK 0.16 0 0.06 0.19
HSL 156.36º 0.26% 0.75% -
HSV(B) 156.36º 0.16% 0.81% -
XYZ 49.51 57.52 59.53 -
YUV 195.65 127.07 112.56 -
System Red Green Blue C M Y K H S L
Decimal 174 207 194 0.16 0 0.06 0.19 156.36 0.26 0.75
Hex AE CF C2 10 0 6 13 9C 1A 4B
Octal 256 317 302 20 0 6 23 234 32 113
Binary 10101110 11001111 11000010 10000 0 110 10011 10011100 11010 1001011

Color Harmonies of #AECFC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AECFC2

Black with #AECFC2

Text Example


Text Example

White with #AECFC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AECFC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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