Html Css Color HEX #AED6C1 Nebula

📋 copy color: '#AED6C1'

red 174 ◦ green 214 ◦ blue 193

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

Shades of Nebula #AED6C1

Tints of Nebula #AED6C1

RGB

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

 GREEN value IS 214 (83.98% from 255) = 36.83%

 BLUE value IS 193 (75.78% from 255) = 33.22%

R = 29.95%
G = 36.83%
B = 33.22%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.10

 K value IS 0.16

RGB Variations

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

Color information

#AED6C1 (or 0xAED6C1) is known color: Nebula. HEX triplet: AE, D6 and C1. RGB value is (174,214,193). Sum of RGB (Red+Green+Blue) = 174+214+193=581 (76% of max value = 765). Red value is 174 (68.36% from 255 or 29.95% from 581); Green value is 214 (83.98% from 255 or 36.83% from 581); Blue value is 193 (75.78% from 255 or 33.22% from 581); Max value from RGB is 214 - color contains mainly: green. Hex color #AED6C1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AED6C1 is #51293E. Grayscale: #C7C7C7. Windows color (decimal): -5318975 or 12703406. OLE color: 12703406.

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

Color convert

RGB 174 214 193 -
CMYK 0.19 0 0.10 0.16
HSL 148.5º 0.33% 0.76% -
HSV(B) 148.5º 0.19% 0.84% -
XYZ 51.13 60.94 59.52 -
YUV 199.65 124.25 109.71 -
System Red Green Blue C M Y K H S L
Decimal 174 214 193 0.19 0 0.10 0.16 148.5 0.33 0.76
Hex AE D6 C1 13 0 A 10 94 21 4C
Octal 256 326 301 23 0 12 20 224 41 114
Binary 10101110 11010110 11000001 10011 0 1010 10000 10010100 100001 1001100

Color Harmonies of #AED6C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED6C1

Black with #AED6C1

Text Example


Text Example

White with #AED6C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED6C1; }

 p { color: rgb(174,214,193); }

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

background-color css

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

 a { background-color: rgb(174,214,193); }

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

border-color css

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

 span { border-color: rgb(174,214,193); }

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