#ACDBE6

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

Shades of Light Blue #ACDBE6

Tints of Light Blue #ACDBE6

Color information

#ACDBE6 (or 0xACDBE6) is unknown color: approx Light Blue. HEX triplet: AC, DB and E6. RGB value is (172,219,230). Sum of RGB (Red+Green+Blue) = 172+219+230=621 (82% of max value = 765). Red value is 172 (67.58% from 255 or 27.70% from 621); Green value is 219 (85.94% from 255 or 35.27% from 621); Blue value is 230 (90.23% from 255 or 37.04% from 621); Max value from RGB is 230 - color contains mainly: blue. Hex color #ACDBE6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACDBE6 is #532419. Grayscale: #CECECE. Windows color (decimal): -5448730 or 15129516. OLE color: 15129516.

HSL color Cylindrical-coordinate representation of color #ACDBE6: hue angle of 191.38º degrees, saturation: 0.54, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ACDBE6 is Cyan = 0.25, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB172219230-
CMYK0.250.0500.10
HSL191.38º53.7%78.82%-
HSV(B)191.38º25.22%90.2%-
XYZ56.6365.1584.45-
YUV206.2141.43103.61-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 27.70%
GREEN value IS 219 (85.94% from 255) = 35.27%
BLUE value IS 230 (90.23% from 255) = 37.04%
R=27.70%
G=35.27%
B=37.04%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1722192300.250.0500.10191.3853.778.82
HexACDBE61950Abf364f
Octal25433334631501227766117
Binary1010110011011011111001101100110101010101111111101101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACDBE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACDBE6; }

 p { color: rgb(172,219,230); }

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

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

 a { background-color: rgb(172,219,230); }

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

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

 span { border-color: rgb(172,219,230); }

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