Html Css Color HEX #AED8C2 Nebula

📋 copy color: '#AED8C2'

red 174 ◦ green 216 ◦ blue 194

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

Shades of Nebula #AED8C2

Tints of Nebula #AED8C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 33.22%

R = 29.79%
G = 36.99%
B = 33.22%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.10

 K value IS 0.15

RGB Variations

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

Color information

#AED8C2 (or 0xAED8C2) is known color: Nebula. HEX triplet: AE, D8 and C2. RGB value is (174,216,194). Sum of RGB (Red+Green+Blue) = 174+216+194=584 (77% of max value = 765). Red value is 174 (68.36% from 255 or 29.79% from 584); Green value is 216 (84.77% from 255 or 36.99% from 584); Blue value is 194 (76.17% from 255 or 33.22% from 584); Max value from RGB is 216 - color contains mainly: green. Hex color #AED8C2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AED8C2 is #51273D. Grayscale: #C8C8C8. Windows color (decimal): -5318462 or 12769454. OLE color: 12769454.

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

Color convert

RGB 174 216 194 -
CMYK 0.19 0 0.10 0.15
HSL 148.57º 0.35% 0.76% -
HSV(B) 148.57º 0.19% 0.85% -
XYZ 51.75 62.01 60.28 -
YUV 200.93 124.09 108.79 -
System Red Green Blue C M Y K H S L
Decimal 174 216 194 0.19 0 0.10 0.15 148.57 0.35 0.76
Hex AE D8 C2 13 0 A F 95 23 4C
Octal 256 330 302 23 0 12 17 225 43 114
Binary 10101110 11011000 11000010 10011 0 1010 1111 10010101 100011 1001100

Color Harmonies of #AED8C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED8C2

Black with #AED8C2

Text Example


Text Example

White with #AED8C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED8C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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