Html Css Color HEX #ADDCC3 Nebula

📋 copy color: '#ADDCC3'

red 173 ◦ green 220 ◦ blue 195

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

Shades of Nebula #ADDCC3

Tints of Nebula #ADDCC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 33.16%

R = 29.42%
G = 37.41%
B = 33.16%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.11

 K value IS 0.14

RGB Variations

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

Color information

#ADDCC3 (or 0xADDCC3) is known color: Nebula. HEX triplet: AD, DC and C3. RGB value is (173,220,195). Sum of RGB (Red+Green+Blue) = 173+220+195=588 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.42% from 588); Green value is 220 (86.33% from 255 or 37.41% from 588); Blue value is 195 (76.56% from 255 or 33.16% from 588); Max value from RGB is 220 - color contains mainly: green. Hex color #ADDCC3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADDCC3 is #52233C. Grayscale: #CBCBCB. Windows color (decimal): -5382973 or 12836013. OLE color: 12836013.

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

Color convert

RGB 173 220 195 -
CMYK 0.21 0 0.11 0.14
HSL 148.09º 0.4% 0.77% -
HSV(B) 148.09º 0.21% 0.86% -
XYZ 52.68 64.01 61.21 -
YUV 203.1 123.43 106.53 -
System Red Green Blue C M Y K H S L
Decimal 173 220 195 0.21 0 0.11 0.14 148.09 0.4 0.77
Hex AD DC C3 15 0 B E 94 28 4D
Octal 255 334 303 25 0 13 16 224 50 115
Binary 10101101 11011100 11000011 10101 0 1011 1110 10010100 101000 1001101

Color Harmonies of #ADDCC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADDCC3

Black with #ADDCC3

Text Example


Text Example

White with #ADDCC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADDCC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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