Html Css Color HEX #A7D7CC Scandal

📋 copy color: '#A7D7CC'

red 167 ◦ green 215 ◦ blue 204

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

Shades of Scandal #A7D7CC

Tints of Scandal #A7D7CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 34.81%

R = 28.5%
G = 36.69%
B = 34.81%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#A7D7CC (or 0xA7D7CC) is known color: Scandal. HEX triplet: A7, D7 and CC. RGB value is (167,215,204). Sum of RGB (Red+Green+Blue) = 167+215+204=586 (77% of max value = 765). Red value is 167 (65.62% from 255 or 28.50% from 586); Green value is 215 (84.38% from 255 or 36.69% from 586); Blue value is 204 (80.08% from 255 or 34.81% from 586); Max value from RGB is 215 - color contains mainly: green. Hex color #A7D7CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7D7CC is #582833. Grayscale: #C7C7C7. Windows color (decimal): -5777460 or 13424551. OLE color: 13424551.

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

Color convert

RGB 167 215 204 -
CMYK 0.22 0 0.05 0.16
HSL 166.25º 0.38% 0.75% -
HSV(B) 166.25º 0.22% 0.84% -
XYZ 51.14 61.18 66.24 -
YUV 199.39 130.6 104.89 -
System Red Green Blue C M Y K H S L
Decimal 167 215 204 0.22 0 0.05 0.16 166.25 0.38 0.75
Hex A7 D7 CC 16 0 5 10 A6 26 4B
Octal 247 327 314 26 0 5 20 246 46 113
Binary 10100111 11010111 11001100 10110 0 101 10000 10100110 100110 1001011

Color Harmonies of #A7D7CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7D7CC

Black with #A7D7CC

Text Example


Text Example

White with #A7D7CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7D7CC; }

 p { color: rgb(167,215,204); }

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

background-color css

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

 a { background-color: rgb(167,215,204); }

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

border-color css

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

 span { border-color: rgb(167,215,204); }

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