Html Css Color HEX #ADDCC2 Nebula

📋 copy color: '#ADDCC2'

red 173 ◦ green 220 ◦ blue 194

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

Shades of Nebula #ADDCC2

Tints of Nebula #ADDCC2

RGB

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

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

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

R = 29.47%
G = 37.48%
B = 33.05%

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

#ADDCC2 (or 0xADDCC2) is known color: Nebula. HEX triplet: AD, DC and C2. RGB value is (173,220,194). Sum of RGB (Red+Green+Blue) = 173+220+194=587 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.47% from 587); Green value is 220 (86.33% from 255 or 37.48% from 587); Blue value is 194 (76.17% from 255 or 33.05% from 587); Max value from RGB is 220 - color contains mainly: green. Hex color #ADDCC2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADDCC2 is #52233D. Grayscale: #CBCBCB. Windows color (decimal): -5382974 or 12770477. OLE color: 12770477.

HSL color Cylindrical-coordinate representation of color #ADDCC2: hue angle of 146.81º 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 #ADDCC2 is Cyan = 0.21, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.14.

Color convert

RGB 173 220 194 -
CMYK 0.21 0 0.12 0.14
HSL 146.81º 0.4% 0.77% -
HSV(B) 146.81º 0.21% 0.86% -
XYZ 52.56 63.97 60.62 -
YUV 202.98 122.93 106.61 -
System Red Green Blue C M Y K H S L
Decimal 173 220 194 0.21 0 0.12 0.14 146.81 0.4 0.77
Hex AD DC C2 15 0 C E 93 28 4D
Octal 255 334 302 25 0 14 16 223 50 115
Binary 10101101 11011100 11000010 10101 0 1100 1110 10010011 101000 1001101

Color Harmonies of #ADDCC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADDCC2

Black with #ADDCC2

Text Example


Text Example

White with #ADDCC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADDCC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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