Html Css Color HEX #ADDBC3 Nebula

📋 copy color: '#ADDBC3'

red 173 ◦ green 219 ◦ blue 195

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

Shades of Nebula #ADDBC3

Tints of Nebula #ADDBC3

RGB

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

 GREEN value IS 219 (85.94% from 255) = 37.31%

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

R = 29.47%
G = 37.31%
B = 33.22%

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

#ADDBC3 (or 0xADDBC3) is known color: Nebula. HEX triplet: AD, DB and C3. RGB value is (173,219,195). Sum of RGB (Red+Green+Blue) = 173+219+195=587 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.47% from 587); Green value is 219 (85.94% from 255 or 37.31% from 587); Blue value is 195 (76.56% from 255 or 33.22% from 587); Max value from RGB is 219 - color contains mainly: green. Hex color #ADDBC3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADDBC3 is #52243C. Grayscale: #CACACA. Windows color (decimal): -5383229 or 12835757. OLE color: 12835757.

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

Color convert

RGB 173 219 195 -
CMYK 0.21 0 0.11 0.14
HSL 148.7º 0.39% 0.77% -
HSV(B) 148.7º 0.21% 0.86% -
XYZ 52.42 63.49 61.12 -
YUV 202.51 123.76 106.95 -
System Red Green Blue C M Y K H S L
Decimal 173 219 195 0.21 0 0.11 0.14 148.7 0.39 0.77
Hex AD DB C3 15 0 B E 95 27 4D
Octal 255 333 303 25 0 13 16 225 47 115
Binary 10101101 11011011 11000011 10101 0 1011 1110 10010101 100111 1001101

Color Harmonies of #ADDBC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADDBC3

Black with #ADDBC3

Text Example


Text Example

White with #ADDBC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADDBC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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