Html Css Color HEX #A7DCCE Scandal

📋 copy color: '#A7DCCE'

red 167 ◦ green 220 ◦ blue 206

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

Shades of Scandal #A7DCCE

Tints of Scandal #A7DCCE

RGB

 RED value IS 167 (65.63% from 255) = 28.16%

 GREEN value IS 220 (86.33% from 255) = 37.1%

 BLUE value IS 206 (80.86% from 255) = 34.74%

R = 28.16%
G = 37.1%
B = 34.74%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.06

 K value IS 0.14

RGB Variations

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

Color information

#A7DCCE (or 0xA7DCCE) is known color: Scandal. HEX triplet: A7, DC and CE. RGB value is (167,220,206). Sum of RGB (Red+Green+Blue) = 167+220+206=593 (78% of max value = 765). Red value is 167 (65.62% from 255 or 28.16% from 593); Green value is 220 (86.33% from 255 or 37.10% from 593); Blue value is 206 (80.86% from 255 or 34.74% from 593); Max value from RGB is 220 - color contains mainly: green. Hex color #A7DCCE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7DCCE is #582331. Grayscale: #CACACA. Windows color (decimal): -5776178 or 13556903. OLE color: 13556903.

HSL color Cylindrical-coordinate representation of color #A7DCCE: hue angle of 164.15º degrees, saturation: 0.43, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A7DCCE is Cyan = 0.24, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.14.

Color convert

RGB 167 220 206 -
CMYK 0.24 0 0.06 0.14
HSL 164.15º 0.43% 0.76% -
HSV(B) 164.15º 0.24% 0.86% -
XYZ 52.67 63.86 67.94 -
YUV 202.56 129.94 102.64 -
System Red Green Blue C M Y K H S L
Decimal 167 220 206 0.24 0 0.06 0.14 164.15 0.43 0.76
Hex A7 DC CE 18 0 6 E A4 2B 4C
Octal 247 334 316 30 0 6 16 244 53 114
Binary 10100111 11011100 11001110 11000 0 110 1110 10100100 101011 1001100

Color Harmonies of #A7DCCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7DCCE

Black with #A7DCCE

Text Example


Text Example

White with #A7DCCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7DCCE; }

 p { color: rgb(167,220,206); }

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

background-color css

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

 a { background-color: rgb(167,220,206); }

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

border-color css

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

 span { border-color: rgb(167,220,206); }

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