Html Css Color HEX #AED6C7 Jet Stream

📋 copy color: '#AED6C7'

red 174 ◦ green 214 ◦ blue 199

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

Shades of Jet Stream #AED6C7

Tints of Jet Stream #AED6C7

RGB

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

 GREEN value IS 214 (83.98% from 255) = 36.46%

 BLUE value IS 199 (78.13% from 255) = 33.9%

R = 29.64%
G = 36.46%
B = 33.9%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.07

 K value IS 0.16

RGB Variations

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

Color information

#AED6C7 (or 0xAED6C7) is known color: Jet Stream. HEX triplet: AE, D6 and C7. RGB value is (174,214,199). Sum of RGB (Red+Green+Blue) = 174+214+199=587 (77% of max value = 765). Red value is 174 (68.36% from 255 or 29.64% from 587); Green value is 214 (83.98% from 255 or 36.46% from 587); Blue value is 199 (78.12% from 255 or 33.90% from 587); Max value from RGB is 214 - color contains mainly: green. Hex color #AED6C7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AED6C7 is #512938. Grayscale: #C8C8C8. Windows color (decimal): -5318969 or 13096622. OLE color: 13096622.

HSL color Cylindrical-coordinate representation of color #AED6C7: hue angle of 157.5º degrees, saturation: 0.33, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AED6C7 is Cyan = 0.19, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.16.

Color convert

RGB 174 214 199 -
CMYK 0.19 0 0.07 0.16
HSL 157.5º 0.33% 0.76% -
HSV(B) 157.5º 0.19% 0.84% -
XYZ 51.81 61.22 63.12 -
YUV 200.33 127.25 109.22 -
System Red Green Blue C M Y K H S L
Decimal 174 214 199 0.19 0 0.07 0.16 157.5 0.33 0.76
Hex AE D6 C7 13 0 7 10 9E 21 4C
Octal 256 326 307 23 0 7 20 236 41 114
Binary 10101110 11010110 11000111 10011 0 111 10000 10011110 100001 1001100

Color Harmonies of #AED6C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED6C7

Black with #AED6C7

Text Example


Text Example

White with #AED6C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED6C7; }

 p { color: rgb(174,214,199); }

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

background-color css

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

 a { background-color: rgb(174,214,199); }

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

border-color css

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

 span { border-color: rgb(174,214,199); }

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