#A7DBF2

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

Shades of Light Blue #A7DBF2

Tints of Light Blue #A7DBF2

Color information

#A7DBF2 (or 0xA7DBF2) is unknown color: approx Light Blue. HEX triplet: A7, DB and F2. RGB value is (167,219,242). Sum of RGB (Red+Green+Blue) = 167+219+242=628 (83% of max value = 765). Red value is 167 (65.62% from 255 or 26.59% from 628); Green value is 219 (85.94% from 255 or 34.87% from 628); Blue value is 242 (94.92% from 255 or 38.54% from 628); Max value from RGB is 242 - color contains mainly: blue. Hex color #A7DBF2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A7DBF2 is #58240D. Grayscale: #CDCDCD. Windows color (decimal): -5776398 or 15915943. OLE color: 15915943.

HSL color Cylindrical-coordinate representation of color #A7DBF2: hue angle of 198.4º 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 #A7DBF2 is Cyan = 0.31, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB167219242-
CMYK0.310.1000.05
HSL198.4º74.26%80.2%-
HSV(B)198.4º30.99%94.9%-
XYZ57.2965.2993.59-
YUV206.07148.27100.13-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 26.59%
GREEN value IS 219 (85.94% from 255) = 34.87%
BLUE value IS 242 (94.92% from 255) = 38.54%
R=26.59%
G=34.87%
B=38.54%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1672192420.310.1000.05198.474.2680.2
HexA7DBF21FA05c64a50
Octal247333362371205306112120
Binary10100111110110111111001011111101001011100011010010101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7DBF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7DBF2; }

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

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

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

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

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

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

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

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