Html Css Color HEX #AECFC5 Jet Stream

📋 copy color: '#AECFC5'

red 174 ◦ green 207 ◦ blue 197

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

Shades of Jet Stream #AECFC5

Tints of Jet Stream #AECFC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 34.08%

R = 30.1%
G = 35.81%
B = 34.08%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.05

 K value IS 0.19

RGB Variations

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

Color information

#AECFC5 (or 0xAECFC5) is known color: Jet Stream. HEX triplet: AE, CF and C5. RGB value is (174,207,197). Sum of RGB (Red+Green+Blue) = 174+207+197=578 (76% of max value = 765). Red value is 174 (68.36% from 255 or 30.10% from 578); Green value is 207 (81.25% from 255 or 35.81% from 578); Blue value is 197 (77.34% from 255 or 34.08% from 578); Max value from RGB is 207 - color contains mainly: green. Hex color #AECFC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AECFC5 is #51303A. Grayscale: #C4C4C4. Windows color (decimal): -5320763 or 12963758. OLE color: 12963758.

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

Color convert

RGB 174 207 197 -
CMYK 0.16 0 0.05 0.19
HSL 161.82º 0.26% 0.75% -
HSV(B) 161.82º 0.16% 0.81% -
XYZ 49.85 57.66 61.32 -
YUV 195.99 128.57 112.31 -
System Red Green Blue C M Y K H S L
Decimal 174 207 197 0.16 0 0.05 0.19 161.82 0.26 0.75
Hex AE CF C5 10 0 5 13 A2 1A 4B
Octal 256 317 305 20 0 5 23 242 32 113
Binary 10101110 11001111 11000101 10000 0 101 10011 10100010 11010 1001011

Color Harmonies of #AECFC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AECFC5

Black with #AECFC5

Text Example


Text Example

White with #AECFC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AECFC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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