Html Css Color HEX #ADD5CF Scandal

📋 copy color: '#ADD5CF'

red 173 ◦ green 213 ◦ blue 207

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

Shades of Scandal #ADD5CF

Tints of Scandal #ADD5CF

RGB

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

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

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

R = 29.17%
G = 35.92%
B = 34.91%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.03

 K value IS 0.16

RGB Variations

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

Color information

#ADD5CF (or 0xADD5CF) is known color: Scandal. HEX triplet: AD, D5 and CF. RGB value is (173,213,207). Sum of RGB (Red+Green+Blue) = 173+213+207=593 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.17% from 593); Green value is 213 (83.59% from 255 or 35.92% from 593); Blue value is 207 (81.25% from 255 or 34.91% from 593); Max value from RGB is 213 - color contains mainly: green. Hex color #ADD5CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADD5CF is #522A30. Grayscale: #C8C8C8. Windows color (decimal): -5384753 or 13620653. OLE color: 13620653.

HSL color Cylindrical-coordinate representation of color #ADD5CF: hue angle of 171º 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 #ADD5CF is Cyan = 0.19, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.16.

Color convert

RGB 173 213 207 -
CMYK 0.19 0 0.03 0.16
HSL 171º 0.32% 0.76% -
HSV(B) 171º 0.19% 0.84% -
XYZ 52.29 60.98 68.05 -
YUV 200.36 131.75 108.49 -
System Red Green Blue C M Y K H S L
Decimal 173 213 207 0.19 0 0.03 0.16 171 0.32 0.76
Hex AD D5 CF 13 0 3 10 AB 20 4C
Octal 255 325 317 23 0 3 20 253 40 114
Binary 10101101 11010101 11001111 10011 0 11 10000 10101011 100000 1001100

Color Harmonies of #ADD5CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD5CF

Black with #ADD5CF

Text Example


Text Example

White with #ADD5CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD5CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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