#A7DCF2

Color #A7DCF2 Light Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Blue #A7DCF2

Tints of Light Blue #A7DCF2

Color information

#A7DCF2 (or 0xA7DCF2) is unknown color: approx Light Blue. HEX triplet: A7, DC and F2. RGB value is (167,220,242). Sum of RGB (Red+Green+Blue) = 167+220+242=629 (83% of max value = 765). Red value is 167 (65.62% from 255 or 26.55% from 629); Green value is 220 (86.33% from 255 or 34.98% from 629); Blue value is 242 (94.92% from 255 or 38.47% from 629); Max value from RGB is 242 - color contains mainly: blue. Hex color #A7DCF2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A7DCF2 is #58230D. Grayscale: #CECECE. Windows color (decimal): -5776142 or 15916199. OLE color: 15916199.

HSL color Cylindrical-coordinate representation of color #A7DCF2: hue angle of 197.6º degrees, saturation: 0.74, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A7DCF2 is Cyan = 0.31, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB167220242-
CMYK0.310.0900.05
HSL197.6º74.26%80.2%-
HSV(B)197.6º30.99%94.9%-
XYZ57.5665.8193.67-
YUV206.66147.9499.71-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 26.55%
GREEN value IS 220 (86.33% from 255) = 34.98%
BLUE value IS 242 (94.92% from 255) = 38.47%
R=26.55%
G=34.98%
B=38.47%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1672202420.310.0900.05197.674.2680.2
HexA7DCF21F905c64a50
Octal247334362371105306112120
Binary10100111110111001111001011111100101011100011010010101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7DCF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7DCF2; }

 p { color: rgb(167,220,242); }

 H1.HeaderClassName
 {
   color: #A7DCF2;
 }
 .AnyTagClassName
 {
   color: #A7DCF2;
 }
</style>
background-color css

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

 a { background-color: rgb(167,220,242); }

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

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

 span { border-color: rgb(167,220,242); }

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