Html Css Color HEX #ADDCC1 Nebula

📋 copy color: '#ADDCC1'

red 173 ◦ green 220 ◦ blue 193

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

Shades of Nebula #ADDCC1

Tints of Nebula #ADDCC1

RGB

 RED value IS 173 (67.97% from 255) = 29.52%

 GREEN value IS 220 (86.33% from 255) = 37.54%

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

R = 29.52%
G = 37.54%
B = 32.94%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.12

 K value IS 0.14

RGB Variations

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

Color information

#ADDCC1 (or 0xADDCC1) is known color: Nebula. HEX triplet: AD, DC and C1. RGB value is (173,220,193). Sum of RGB (Red+Green+Blue) = 173+220+193=586 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.52% from 586); Green value is 220 (86.33% from 255 or 37.54% from 586); Blue value is 193 (75.78% from 255 or 32.94% from 586); Max value from RGB is 220 - color contains mainly: green. Hex color #ADDCC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADDCC1 is #52233E. Grayscale: #CACACA. Windows color (decimal): -5382975 or 12704941. OLE color: 12704941.

HSL color Cylindrical-coordinate representation of color #ADDCC1: hue angle of 145.53º degrees, saturation: 0.4, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ADDCC1 is Cyan = 0.21, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.14.

Color convert

RGB 173 220 193 -
CMYK 0.21 0 0.12 0.14
HSL 145.53º 0.4% 0.77% -
HSV(B) 145.53º 0.21% 0.86% -
XYZ 52.45 63.92 60.03 -
YUV 202.87 122.43 106.7 -
System Red Green Blue C M Y K H S L
Decimal 173 220 193 0.21 0 0.12 0.14 145.53 0.4 0.77
Hex AD DC C1 15 0 C E 92 28 4D
Octal 255 334 301 25 0 14 16 222 50 115
Binary 10101101 11011100 11000001 10101 0 1100 1110 10010010 101000 1001101

Color Harmonies of #ADDCC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADDCC1

Black with #ADDCC1

Text Example


Text Example

White with #ADDCC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADDCC1; }

 p { color: rgb(173,220,193); }

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

background-color css

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

 a { background-color: rgb(173,220,193); }

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

border-color css

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

 span { border-color: rgb(173,220,193); }

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