Html Css Color HEX #AED5C2 Nebula

📋 copy color: '#AED5C2'

red 174 ◦ green 213 ◦ blue 194

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

Shades of Nebula #AED5C2

Tints of Nebula #AED5C2

RGB

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

 GREEN value IS 213 (83.59% from 255) = 36.66%

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

R = 29.95%
G = 36.66%
B = 33.39%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.09

 K value IS 0.16

RGB Variations

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

Color information

#AED5C2 (or 0xAED5C2) is known color: Nebula. HEX triplet: AE, D5 and C2. RGB value is (174,213,194). Sum of RGB (Red+Green+Blue) = 174+213+194=581 (76% of max value = 765). Red value is 174 (68.36% from 255 or 29.95% from 581); Green value is 213 (83.59% from 255 or 36.66% from 581); Blue value is 194 (76.17% from 255 or 33.39% from 581); Max value from RGB is 213 - color contains mainly: green. Hex color #AED5C2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AED5C2 is #512A3D. Grayscale: #C7C7C7. Windows color (decimal): -5319230 or 12768686. OLE color: 12768686.

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

Color convert

RGB 174 213 194 -
CMYK 0.18 0 0.09 0.16
HSL 150.77º 0.32% 0.76% -
HSV(B) 150.77º 0.18% 0.84% -
XYZ 50.99 60.48 60.03 -
YUV 199.17 125.08 110.04 -
System Red Green Blue C M Y K H S L
Decimal 174 213 194 0.18 0 0.09 0.16 150.77 0.32 0.76
Hex AE D5 C2 12 0 9 10 97 20 4C
Octal 256 325 302 22 0 11 20 227 40 114
Binary 10101110 11010101 11000010 10010 0 1001 10000 10010111 100000 1001100

Color Harmonies of #AED5C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED5C2

Black with #AED5C2

Text Example


Text Example

White with #AED5C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED5C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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