#A7DAEC

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

Shades of Light Blue #A7DAEC

Tints of Light Blue #A7DAEC

Color information

#A7DAEC (or 0xA7DAEC) is unknown color: approx Light Blue. HEX triplet: A7, DA and EC. RGB value is (167,218,236). Sum of RGB (Red+Green+Blue) = 167+218+236=621 (82% of max value = 765). Red value is 167 (65.62% from 255 or 26.89% from 621); Green value is 218 (85.55% from 255 or 35.10% from 621); Blue value is 236 (92.58% from 255 or 38.00% from 621); Max value from RGB is 236 - color contains mainly: blue. Hex color #A7DAEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A7DAEC is #582513. Grayscale: #CCCCCC. Windows color (decimal): -5776660 or 15522471. OLE color: 15522471.

HSL color Cylindrical-coordinate representation of color #A7DAEC: hue angle of 195.65º degrees, saturation: 0.64, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A7DAEC is Cyan = 0.29, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB167218236-
CMYK0.290.0800.07
HSL195.65º64.49%79.02%-
HSV(B)195.65º29.24%92.55%-
XYZ56.1564.4188.83-
YUV204.8145.6101.04-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 26.89%
GREEN value IS 218 (85.55% from 255) = 35.10%
BLUE value IS 236 (92.58% from 255) = 38.00%
R=26.89%
G=35.10%
B=38.00%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1672182360.290.0800.07195.6564.4979.02
HexA7DAEC1D807c4404f
Octal247332354351007304100117
Binary10100111110110101110110011101100001111100010010000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7DAEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7DAEC; }

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

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

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

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

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

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

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

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