#A7DAF2

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

Shades of Light Blue #A7DAF2

Tints of Light Blue #A7DAF2

Color information

#A7DAF2 (or 0xA7DAF2) is unknown color: approx Light Blue. HEX triplet: A7, DA and F2. RGB value is (167,218,242). Sum of RGB (Red+Green+Blue) = 167+218+242=627 (83% of max value = 765). Red value is 167 (65.62% from 255 or 26.63% from 627); Green value is 218 (85.55% from 255 or 34.77% from 627); Blue value is 242 (94.92% from 255 or 38.60% from 627); Max value from RGB is 242 - color contains mainly: blue. Hex color #A7DAF2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A7DAF2 is #58250D. Grayscale: #CDCDCD. Windows color (decimal): -5776654 or 15915687. OLE color: 15915687.

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

Color convert

RGB167218242-
CMYK0.310.1000.05
HSL199.2º74.26%80.2%-
HSV(B)199.2º30.99%94.9%-
XYZ57.0364.7793.5-
YUV205.49148.6100.55-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 26.63%
GREEN value IS 218 (85.55% from 255) = 34.77%
BLUE value IS 242 (94.92% from 255) = 38.60%
R=26.63%
G=34.77%
B=38.60%

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
Decimal1672182420.310.1000.05199.274.2680.2
HexA7DAF21FA05c74a50
Octal247332362371205307112120
Binary10100111110110101111001011111101001011100011110010101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7DAF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7DAF2; }

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

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

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

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

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

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

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

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