Html Css Color HEX #AED8C8 Jet Stream

📋 copy color: '#AED8C8'

red 174 ◦ green 216 ◦ blue 200

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

Shades of Jet Stream #AED8C8

Tints of Jet Stream #AED8C8

RGB

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

 GREEN value IS 216 (84.77% from 255) = 36.61%

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

R = 29.49%
G = 36.61%
B = 33.9%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.07

 K value IS 0.15

RGB Variations

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

Color information

#AED8C8 (or 0xAED8C8) is known color: Jet Stream. HEX triplet: AE, D8 and C8. RGB value is (174,216,200). Sum of RGB (Red+Green+Blue) = 174+216+200=590 (78% of max value = 765). Red value is 174 (68.36% from 255 or 29.49% from 590); Green value is 216 (84.77% from 255 or 36.61% from 590); Blue value is 200 (78.52% from 255 or 33.90% from 590); Max value from RGB is 216 - color contains mainly: green. Hex color #AED8C8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AED8C8 is #512737. Grayscale: #C9C9C9. Windows color (decimal): -5318456 or 13162670. OLE color: 13162670.

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

Color convert

RGB 174 216 200 -
CMYK 0.19 0 0.07 0.15
HSL 157.14º 0.35% 0.76% -
HSV(B) 157.14º 0.19% 0.85% -
XYZ 52.44 62.28 63.9 -
YUV 201.62 127.09 108.3 -
System Red Green Blue C M Y K H S L
Decimal 174 216 200 0.19 0 0.07 0.15 157.14 0.35 0.76
Hex AE D8 C8 13 0 7 F 9D 23 4C
Octal 256 330 310 23 0 7 17 235 43 114
Binary 10101110 11011000 11001000 10011 0 111 1111 10011101 100011 1001100

Color Harmonies of #AED8C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED8C8

Black with #AED8C8

Text Example


Text Example

White with #AED8C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED8C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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