#ACD6ED

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

Shades of Light Blue #ACD6ED

Tints of Light Blue #ACD6ED

Color information

#ACD6ED (or 0xACD6ED) is unknown color: approx Light Blue. HEX triplet: AC, D6 and ED. RGB value is (172,214,237). Sum of RGB (Red+Green+Blue) = 172+214+237=623 (82% of max value = 765). Red value is 172 (67.58% from 255 or 27.61% from 623); Green value is 214 (83.98% from 255 or 34.35% from 623); Blue value is 237 (92.97% from 255 or 38.04% from 623); Max value from RGB is 237 - color contains mainly: blue. Hex color #ACD6ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACD6ED is #532912. Grayscale: #CBCBCB. Windows color (decimal): -5450003 or 15586988. OLE color: 15586988.

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

Color convert

RGB172214237-
CMYK0.270.1000.07
HSL201.23º64.36%80.2%-
HSV(B)201.23º27.43%92.94%-
XYZ56.3562.9889.31-
YUV204.06146.59105.13-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 27.61%
GREEN value IS 214 (83.98% from 255) = 34.35%
BLUE value IS 237 (92.97% from 255) = 38.04%
R=27.61%
G=34.35%
B=38.04%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1722142370.270.1000.07201.2364.3680.2
HexACD6ED1BA07c94050
Octal254326355331207311100120
Binary10101100110101101110110111011101001111100100110000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACD6ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACD6ED; }

 p { color: rgb(172,214,237); }

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

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

 a { background-color: rgb(172,214,237); }

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

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

 span { border-color: rgb(172,214,237); }

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