Html Css Color HEX #ADD8CB Scandal

📋 copy color: '#ADD8CB'

red 173 ◦ green 216 ◦ blue 203

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

Shades of Scandal #ADD8CB

Tints of Scandal #ADD8CB

RGB

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

 GREEN value IS 216 (84.77% from 255) = 36.49%

 BLUE value IS 203 (79.69% from 255) = 34.29%

R = 29.22%
G = 36.49%
B = 34.29%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#ADD8CB (or 0xADD8CB) is known color: Scandal. HEX triplet: AD, D8 and CB. RGB value is (173,216,203). Sum of RGB (Red+Green+Blue) = 173+216+203=592 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.22% from 592); Green value is 216 (84.77% from 255 or 36.49% from 592); Blue value is 203 (79.69% from 255 or 34.29% from 592); Max value from RGB is 216 - color contains mainly: green. Hex color #ADD8CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADD8CB is #522734. Grayscale: #C9C9C9. Windows color (decimal): -5383989 or 13359277. OLE color: 13359277.

HSL color Cylindrical-coordinate representation of color #ADD8CB: hue angle of 161.86º degrees, saturation: 0.36, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ADD8CB is Cyan = 0.20, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB 173 216 203 -
CMYK 0.20 0 0.06 0.15
HSL 161.86º 0.36% 0.76% -
HSV(B) 161.86º 0.2% 0.85% -
XYZ 52.57 62.31 65.76 -
YUV 201.66 128.75 107.56 -
System Red Green Blue C M Y K H S L
Decimal 173 216 203 0.20 0 0.06 0.15 161.86 0.36 0.76
Hex AD D8 CB 14 0 6 F A2 24 4C
Octal 255 330 313 24 0 6 17 242 44 114
Binary 10101101 11011000 11001011 10100 0 110 1111 10100010 100100 1001100

Color Harmonies of #ADD8CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD8CB

Black with #ADD8CB

Text Example


Text Example

White with #ADD8CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD8CB; }

 p { color: rgb(173,216,203); }

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

background-color css

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

 a { background-color: rgb(173,216,203); }

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

border-color css

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

 span { border-color: rgb(173,216,203); }

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