#A7DCEC

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

Shades of Light Blue #A7DCEC

Tints of Light Blue #A7DCEC

Color information

#A7DCEC (or 0xA7DCEC) is unknown color: approx Light Blue. HEX triplet: A7, DC and EC. RGB value is (167,220,236). Sum of RGB (Red+Green+Blue) = 167+220+236=623 (82% of max value = 765). Red value is 167 (65.62% from 255 or 26.81% from 623); Green value is 220 (86.33% from 255 or 35.31% from 623); Blue value is 236 (92.58% from 255 or 37.88% from 623); Max value from RGB is 236 - color contains mainly: blue. Hex color #A7DCEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A7DCEC is #582313. Grayscale: #CDCDCD. Windows color (decimal): -5776148 or 15522983. OLE color: 15522983.

HSL color Cylindrical-coordinate representation of color #A7DCEC: hue angle of 193.91º 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 #A7DCEC is Cyan = 0.29, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB167220236-
CMYK0.290.0700.07
HSL193.91º64.49%79.02%-
HSV(B)193.91º29.24%92.55%-
XYZ56.6765.4689-
YUV205.98144.94100.2-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 26.81%
GREEN value IS 220 (86.33% from 255) = 35.31%
BLUE value IS 236 (92.58% from 255) = 37.88%
R=26.81%
G=35.31%
B=37.88%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1672202360.290.0700.07193.9164.4979.02
HexA7DCEC1D707c2404f
Octal24733435435707302100117
Binary1010011111011100111011001110111101111100001010000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7DCEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7DCEC; }

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

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

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

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

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

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

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

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