Html Css Color HEX #AEDBC7 Jet Stream

📋 copy color: '#AEDBC7'

red 174 ◦ green 219 ◦ blue 199

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

Shades of Jet Stream #AEDBC7

Tints of Jet Stream #AEDBC7

RGB

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

 GREEN value IS 219 (85.94% from 255) = 36.99%

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

R = 29.39%
G = 36.99%
B = 33.61%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.09

 K value IS 0.14

RGB Variations

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

Color information

#AEDBC7 (or 0xAEDBC7) is known color: Jet Stream. HEX triplet: AE, DB and C7. RGB value is (174,219,199). Sum of RGB (Red+Green+Blue) = 174+219+199=592 (78% of max value = 765). Red value is 174 (68.36% from 255 or 29.39% from 592); Green value is 219 (85.94% from 255 or 36.99% from 592); Blue value is 199 (78.12% from 255 or 33.61% from 592); Max value from RGB is 219 - color contains mainly: green. Hex color #AEDBC7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEDBC7 is #512438. Grayscale: #CBCBCB. Windows color (decimal): -5317689 or 13097902. OLE color: 13097902.

HSL color Cylindrical-coordinate representation of color #AEDBC7: hue angle of 153.33º degrees, saturation: 0.38, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AEDBC7 is Cyan = 0.21, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.14.

Color convert

RGB 174 219 199 -
CMYK 0.21 0 0.09 0.14
HSL 153.33º 0.38% 0.77% -
HSV(B) 153.33º 0.21% 0.86% -
XYZ 53.1 63.79 63.55 -
YUV 203.27 125.59 107.13 -
System Red Green Blue C M Y K H S L
Decimal 174 219 199 0.21 0 0.09 0.14 153.33 0.38 0.77
Hex AE DB C7 15 0 9 E 99 26 4D
Octal 256 333 307 25 0 11 16 231 46 115
Binary 10101110 11011011 11000111 10101 0 1001 1110 10011001 100110 1001101

Color Harmonies of #AEDBC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEDBC7

Black with #AEDBC7

Text Example


Text Example

White with #AEDBC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEDBC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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