#A7DCEE

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

Shades of Light Blue #A7DCEE

Tints of Light Blue #A7DCEE

Color information

#A7DCEE (or 0xA7DCEE) is unknown color: approx Light Blue. HEX triplet: A7, DC and EE. RGB value is (167,220,238). Sum of RGB (Red+Green+Blue) = 167+220+238=625 (82% of max value = 765). Red value is 167 (65.62% from 255 or 26.72% from 625); Green value is 220 (86.33% from 255 or 35.2% from 625); Blue value is 238 (93.36% from 255 or 38.08% from 625); Max value from RGB is 238 - color contains mainly: blue. Hex color #A7DCEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A7DCEE is #582311. Grayscale: #CECECE. Windows color (decimal): -5776146 or 15654055. OLE color: 15654055.

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

Color convert

RGB167220238-
CMYK0.300.0800.07
HSL195.21º67.62%79.41%-
HSV(B)195.21º29.83%93.33%-
XYZ56.9665.5790.54-
YUV206.2145.94100.04-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 26.72%
GREEN value IS 220 (86.33% from 255) = 35.2%
BLUE value IS 238 (93.36% from 255) = 38.08%
R=26.72%
G=35.2%
B=38.08%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1672202380.300.0800.07195.2167.6279.41
HexA7DCEE1E807c3444f
Octal247334356361007303104117
Binary10100111110111001110111011110100001111100001110001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7DCEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7DCEE; }

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

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

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

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

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

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

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

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