Html Css Color HEX #AED7C8 Jet Stream

📋 copy color: '#AED7C8'

red 174 ◦ green 215 ◦ blue 200

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

Shades of Jet Stream #AED7C8

Tints of Jet Stream #AED7C8

RGB

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

 GREEN value IS 215 (84.38% from 255) = 36.5%

 BLUE value IS 200 (78.52% from 255) = 33.96%

R = 29.54%
G = 36.5%
B = 33.96%

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

#AED7C8 (or 0xAED7C8) is known color: Jet Stream. HEX triplet: AE, D7 and C8. RGB value is (174,215,200). Sum of RGB (Red+Green+Blue) = 174+215+200=589 (78% of max value = 765). Red value is 174 (68.36% from 255 or 29.54% from 589); Green value is 215 (84.38% from 255 or 36.50% from 589); Blue value is 200 (78.52% from 255 or 33.96% from 589); Max value from RGB is 215 - color contains mainly: green. Hex color #AED7C8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AED7C8 is #512837. Grayscale: #C9C9C9. Windows color (decimal): -5318712 or 13162414. OLE color: 13162414.

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

Color convert

RGB 174 215 200 -
CMYK 0.19 0 0.07 0.16
HSL 158.05º 0.34% 0.76% -
HSV(B) 158.05º 0.19% 0.84% -
XYZ 52.18 61.77 63.82 -
YUV 201.03 127.42 108.72 -
System Red Green Blue C M Y K H S L
Decimal 174 215 200 0.19 0 0.07 0.16 158.05 0.34 0.76
Hex AE D7 C8 13 0 7 10 9E 22 4C
Octal 256 327 310 23 0 7 20 236 42 114
Binary 10101110 11010111 11001000 10011 0 111 10000 10011110 100010 1001100

Color Harmonies of #AED7C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED7C8

Black with #AED7C8

Text Example


Text Example

White with #AED7C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED7C8; }

 p { color: rgb(174,215,200); }

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

background-color css

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

 a { background-color: rgb(174,215,200); }

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

border-color css

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

 span { border-color: rgb(174,215,200); }

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