Html Css Color HEX #A7DECF Scandal

📋 copy color: '#A7DECF'

red 167 ◦ green 222 ◦ blue 207

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

Shades of Scandal #A7DECF

Tints of Scandal #A7DECF

RGB

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

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

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

R = 28.02%
G = 37.25%
B = 34.73%

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

#A7DECF (or 0xA7DECF) is known color: Scandal. HEX triplet: A7, DE and CF. RGB value is (167,222,207). Sum of RGB (Red+Green+Blue) = 167+222+207=596 (78% of max value = 765). Red value is 167 (65.62% from 255 or 28.02% from 596); Green value is 222 (87.11% from 255 or 37.25% from 596); Blue value is 207 (81.25% from 255 or 34.73% from 596); Max value from RGB is 222 - color contains mainly: green. Hex color #A7DECF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7DECF is #582130. Grayscale: #CBCBCB. Windows color (decimal): -5775665 or 13622951. OLE color: 13622951.

HSL color Cylindrical-coordinate representation of color #A7DECF: hue angle of 163.64º 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 #A7DECF is Cyan = 0.25, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.

Color convert

RGB 167 222 207 -
CMYK 0.25 0 0.07 0.13
HSL 163.64º 0.45% 0.76% -
HSV(B) 163.64º 0.25% 0.87% -
XYZ 53.32 64.96 68.76 -
YUV 203.85 129.78 101.72 -
System Red Green Blue C M Y K H S L
Decimal 167 222 207 0.25 0 0.07 0.13 163.64 0.45 0.76
Hex A7 DE CF 19 0 7 D A4 2D 4C
Octal 247 336 317 31 0 7 15 244 55 114
Binary 10100111 11011110 11001111 11001 0 111 1101 10100100 101101 1001100

Color Harmonies of #A7DECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7DECF

Black with #A7DECF

Text Example


Text Example

White with #A7DECF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7DECF; }

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

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

background-color css

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

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

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

border-color css

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

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

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