Html Css Color HEX #A7DBCF Scandal

📋 copy color: '#A7DBCF'

red 167 ◦ green 219 ◦ blue 207

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

Shades of Scandal #A7DBCF

Tints of Scandal #A7DBCF

RGB

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

 GREEN value IS 219 (85.94% from 255) = 36.93%

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

R = 28.16%
G = 36.93%
B = 34.91%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.05

 K value IS 0.14

RGB Variations

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

Color information

#A7DBCF (or 0xA7DBCF) is known color: Scandal. HEX triplet: A7, DB and CF. RGB value is (167,219,207). Sum of RGB (Red+Green+Blue) = 167+219+207=593 (78% of max value = 765). Red value is 167 (65.62% from 255 or 28.16% from 593); Green value is 219 (85.94% from 255 or 36.93% from 593); Blue value is 207 (81.25% from 255 or 34.91% from 593); Max value from RGB is 219 - color contains mainly: green. Hex color #A7DBCF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7DBCF is #582430. Grayscale: #CACACA. Windows color (decimal): -5776433 or 13622183. OLE color: 13622183.

HSL color Cylindrical-coordinate representation of color #A7DBCF: hue angle of 166.15º degrees, saturation: 0.42, 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 #A7DBCF is Cyan = 0.24, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.14.

Color convert

RGB 167 219 207 -
CMYK 0.24 0 0.05 0.14
HSL 166.15º 0.42% 0.76% -
HSV(B) 166.15º 0.24% 0.86% -
XYZ 52.53 63.38 68.5 -
YUV 202.08 130.77 102.98 -
System Red Green Blue C M Y K H S L
Decimal 167 219 207 0.24 0 0.05 0.14 166.15 0.42 0.76
Hex A7 DB CF 18 0 5 E A6 2A 4C
Octal 247 333 317 30 0 5 16 246 52 114
Binary 10100111 11011011 11001111 11000 0 101 1110 10100110 101010 1001100

Color Harmonies of #A7DBCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7DBCF

Black with #A7DBCF

Text Example


Text Example

White with #A7DBCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7DBCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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