Html Css Color HEX #ADD7CF Scandal

📋 copy color: '#ADD7CF'

red 173 ◦ green 215 ◦ blue 207

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

Shades of Scandal #ADD7CF

Tints of Scandal #ADD7CF

RGB

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

 GREEN value IS 215 (84.38% from 255) = 36.13%

 BLUE value IS 207 (81.25% from 255) = 34.79%

R = 29.08%
G = 36.13%
B = 34.79%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#ADD7CF (or 0xADD7CF) is known color: Scandal. HEX triplet: AD, D7 and CF. RGB value is (173,215,207). Sum of RGB (Red+Green+Blue) = 173+215+207=595 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.08% from 595); Green value is 215 (84.38% from 255 or 36.13% from 595); Blue value is 207 (81.25% from 255 or 34.79% from 595); Max value from RGB is 215 - color contains mainly: green. Hex color #ADD7CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADD7CF is #522830. Grayscale: #C9C9C9. Windows color (decimal): -5384241 or 13621165. OLE color: 13621165.

HSL color Cylindrical-coordinate representation of color #ADD7CF: hue angle of 168.57º degrees, saturation: 0.34, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ADD7CF is Cyan = 0.20, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB 173 215 207 -
CMYK 0.20 0 0.04 0.16
HSL 168.57º 0.34% 0.76% -
HSV(B) 168.57º 0.2% 0.84% -
XYZ 52.8 61.99 68.21 -
YUV 201.53 131.09 107.65 -
System Red Green Blue C M Y K H S L
Decimal 173 215 207 0.20 0 0.04 0.16 168.57 0.34 0.76
Hex AD D7 CF 14 0 4 10 A9 22 4C
Octal 255 327 317 24 0 4 20 251 42 114
Binary 10101101 11010111 11001111 10100 0 100 10000 10101001 100010 1001100

Color Harmonies of #ADD7CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD7CF

Black with #ADD7CF

Text Example


Text Example

White with #ADD7CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD7CF; }

 p { color: rgb(173,215,207); }

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

background-color css

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

 a { background-color: rgb(173,215,207); }

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

border-color css

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

 span { border-color: rgb(173,215,207); }

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