Html Css Color HEX #A7D6CC Scandal

📋 copy color: '#A7D6CC'

red 167 ◦ green 214 ◦ blue 204

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

Shades of Scandal #A7D6CC

Tints of Scandal #A7D6CC

RGB

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

 GREEN value IS 214 (83.98% from 255) = 36.58%

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

R = 28.55%
G = 36.58%
B = 34.87%

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

#A7D6CC (or 0xA7D6CC) is known color: Scandal. HEX triplet: A7, D6 and CC. RGB value is (167,214,204). Sum of RGB (Red+Green+Blue) = 167+214+204=585 (77% of max value = 765). Red value is 167 (65.62% from 255 or 28.55% from 585); Green value is 214 (83.98% from 255 or 36.58% from 585); Blue value is 204 (80.08% from 255 or 34.87% from 585); Max value from RGB is 214 - color contains mainly: green. Hex color #A7D6CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7D6CC is #582933. Grayscale: #C6C6C6. Windows color (decimal): -5777716 or 13424295. OLE color: 13424295.

HSL color Cylindrical-coordinate representation of color #A7D6CC: hue angle of 167.23º degrees, saturation: 0.36, 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 #A7D6CC is Cyan = 0.22, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB 167 214 204 -
CMYK 0.22 0 0.05 0.16
HSL 167.23º 0.36% 0.75% -
HSV(B) 167.23º 0.22% 0.84% -
XYZ 50.88 60.67 66.16 -
YUV 198.81 130.93 105.31 -
System Red Green Blue C M Y K H S L
Decimal 167 214 204 0.22 0 0.05 0.16 167.23 0.36 0.75
Hex A7 D6 CC 16 0 5 10 A7 24 4B
Octal 247 326 314 26 0 5 20 247 44 113
Binary 10100111 11010110 11001100 10110 0 101 10000 10100111 100100 1001011

Color Harmonies of #A7D6CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7D6CC

Black with #A7D6CC

Text Example


Text Example

White with #A7D6CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7D6CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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