Html Css Color HEX #ADD5CB Scandal

📋 copy color: '#ADD5CB'

red 173 ◦ green 213 ◦ blue 203

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

Shades of Scandal #ADD5CB

Tints of Scandal #ADD5CB

RGB

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

 GREEN value IS 213 (83.59% from 255) = 36.16%

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

R = 29.37%
G = 36.16%
B = 34.47%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#ADD5CB (or 0xADD5CB) is known color: Scandal. HEX triplet: AD, D5 and CB. RGB value is (173,213,203). Sum of RGB (Red+Green+Blue) = 173+213+203=589 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.37% from 589); Green value is 213 (83.59% from 255 or 36.16% from 589); Blue value is 203 (79.69% from 255 or 34.47% from 589); Max value from RGB is 213 - color contains mainly: green. Hex color #ADD5CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADD5CB is #522A34. Grayscale: #C7C7C7. Windows color (decimal): -5384757 or 13358509. OLE color: 13358509.

HSL color Cylindrical-coordinate representation of color #ADD5CB: hue angle of 165º degrees, saturation: 0.32, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #ADD5CB is Cyan = 0.19, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB 173 213 203 -
CMYK 0.19 0 0.05 0.16
HSL 165º 0.32% 0.76% -
HSV(B) 165º 0.19% 0.84% -
XYZ 51.81 60.78 65.5 -
YUV 199.9 129.75 108.81 -
System Red Green Blue C M Y K H S L
Decimal 173 213 203 0.19 0 0.05 0.16 165 0.32 0.76
Hex AD D5 CB 13 0 5 10 A5 20 4C
Octal 255 325 313 23 0 5 20 245 40 114
Binary 10101101 11010101 11001011 10011 0 101 10000 10100101 100000 1001100

Color Harmonies of #ADD5CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD5CB

Black with #ADD5CB

Text Example


Text Example

White with #ADD5CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD5CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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