Html Css Color HEX #AED0BB Nebula

📋 copy color: '#AED0BB'

red 174 ◦ green 208 ◦ blue 187

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

Shades of Nebula #AED0BB

Tints of Nebula #AED0BB

RGB

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

 GREEN value IS 208 (81.64% from 255) = 36.56%

 BLUE value IS 187 (73.44% from 255) = 32.86%

R = 30.58%
G = 36.56%
B = 32.86%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.10

 K value IS 0.18

RGB Variations

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

Color information

#AED0BB (or 0xAED0BB) is known color: Nebula. HEX triplet: AE, D0 and BB. RGB value is (174,208,187). Sum of RGB (Red+Green+Blue) = 174+208+187=569 (75% of max value = 765). Red value is 174 (68.36% from 255 or 30.58% from 569); Green value is 208 (81.64% from 255 or 36.56% from 569); Blue value is 187 (73.44% from 255 or 32.86% from 569); Max value from RGB is 208 - color contains mainly: green. Hex color #AED0BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AED0BB is #512F44. Grayscale: #C3C3C3. Windows color (decimal): -5320517 or 12308654. OLE color: 12308654.

HSL color Cylindrical-coordinate representation of color #AED0BB: hue angle of 142.94º degrees, saturation: 0.27, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AED0BB is Cyan = 0.16, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.18.

Color convert

RGB 174 208 187 -
CMYK 0.16 0 0.10 0.18
HSL 142.94º 0.27% 0.75% -
HSV(B) 142.94º 0.16% 0.82% -
XYZ 48.98 57.7 55.57 -
YUV 195.44 123.24 112.71 -
System Red Green Blue C M Y K H S L
Decimal 174 208 187 0.16 0 0.10 0.18 142.94 0.27 0.75
Hex AE D0 BB 10 0 A 12 8F 1B 4B
Octal 256 320 273 20 0 12 22 217 33 113
Binary 10101110 11010000 10111011 10000 0 1010 10010 10001111 11011 1001011

Color Harmonies of #AED0BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED0BB

Black with #AED0BB

Text Example


Text Example

White with #AED0BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED0BB; }

 p { color: rgb(174,208,187); }

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

background-color css

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

 a { background-color: rgb(174,208,187); }

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

border-color css

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

 span { border-color: rgb(174,208,187); }

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