Html Css Color HEX #AED5C1 Nebula

📋 copy color: '#AED5C1'

red 174 ◦ green 213 ◦ blue 193

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

Shades of Nebula #AED5C1

Tints of Nebula #AED5C1

RGB

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

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

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

R = 30%
G = 36.72%
B = 33.28%

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

#AED5C1 (or 0xAED5C1) is known color: Nebula. HEX triplet: AE, D5 and C1. RGB value is (174,213,193). Sum of RGB (Red+Green+Blue) = 174+213+193=580 (76% of max value = 765). Red value is 174 (68.36% from 255 or 30% from 580); Green value is 213 (83.59% from 255 or 36.72% from 580); Blue value is 193 (75.78% from 255 or 33.28% from 580); Max value from RGB is 213 - color contains mainly: green. Hex color #AED5C1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AED5C1 is #512A3E. Grayscale: #C7C7C7. Windows color (decimal): -5319231 or 12703150. OLE color: 12703150.

HSL color Cylindrical-coordinate representation of color #AED5C1: hue angle of 149.23º 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 #AED5C1 is Cyan = 0.18, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.16.

Color convert

RGB 174 213 193 -
CMYK 0.18 0 0.09 0.16
HSL 149.23º 0.32% 0.76% -
HSV(B) 149.23º 0.18% 0.84% -
XYZ 50.88 60.44 59.44 -
YUV 199.06 124.58 110.13 -
System Red Green Blue C M Y K H S L
Decimal 174 213 193 0.18 0 0.09 0.16 149.23 0.32 0.76
Hex AE D5 C1 12 0 9 10 95 20 4C
Octal 256 325 301 22 0 11 20 225 40 114
Binary 10101110 11010101 11000001 10010 0 1001 10000 10010101 100000 1001100

Color Harmonies of #AED5C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED5C1

Black with #AED5C1

Text Example


Text Example

White with #AED5C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED5C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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