Html Css Color HEX #A7DECE Scandal

📋 copy color: '#A7DECE'

red 167 ◦ green 222 ◦ blue 206

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

Shades of Scandal #A7DECE

Tints of Scandal #A7DECE

RGB

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

 GREEN value IS 222 (87.11% from 255) = 37.31%

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

R = 28.07%
G = 37.31%
B = 34.62%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#A7DECE (or 0xA7DECE) is known color: Scandal. HEX triplet: A7, DE and CE. RGB value is (167,222,206). Sum of RGB (Red+Green+Blue) = 167+222+206=595 (78% of max value = 765). Red value is 167 (65.62% from 255 or 28.07% from 595); Green value is 222 (87.11% from 255 or 37.31% from 595); Blue value is 206 (80.86% from 255 or 34.62% from 595); Max value from RGB is 222 - color contains mainly: green. Hex color #A7DECE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7DECE is #582131. Grayscale: #CBCBCB. Windows color (decimal): -5775666 or 13557415. OLE color: 13557415.

HSL color Cylindrical-coordinate representation of color #A7DECE: hue angle of 162.55º degrees, saturation: 0.45, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A7DECE is Cyan = 0.25, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.

Color convert

RGB 167 222 206 -
CMYK 0.25 0 0.07 0.13
HSL 162.55º 0.45% 0.76% -
HSV(B) 162.55º 0.25% 0.87% -
XYZ 53.2 64.91 68.12 -
YUV 203.73 129.28 101.8 -
System Red Green Blue C M Y K H S L
Decimal 167 222 206 0.25 0 0.07 0.13 162.55 0.45 0.76
Hex A7 DE CE 19 0 7 D A3 2D 4C
Octal 247 336 316 31 0 7 15 243 55 114
Binary 10100111 11011110 11001110 11001 0 111 1101 10100011 101101 1001100

Color Harmonies of #A7DECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7DECE

Black with #A7DECE

Text Example


Text Example

White with #A7DECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7DECE; }

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

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

background-color css

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

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

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

border-color css

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

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

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