#ACDBEF

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

Shades of Light Blue #ACDBEF

Tints of Light Blue #ACDBEF

Color information

#ACDBEF (or 0xACDBEF) is unknown color: approx Light Blue. HEX triplet: AC, DB and EF. RGB value is (172,219,239). Sum of RGB (Red+Green+Blue) = 172+219+239=630 (83% of max value = 765). Red value is 172 (67.58% from 255 or 27.30% from 630); Green value is 219 (85.94% from 255 or 34.76% from 630); Blue value is 239 (93.75% from 255 or 37.94% from 630); Max value from RGB is 239 - color contains mainly: blue. Hex color #ACDBEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACDBEF is #532410. Grayscale: #CFCFCF. Windows color (decimal): -5448721 or 15719340. OLE color: 15719340.

HSL color Cylindrical-coordinate representation of color #ACDBEF: hue angle of 197.91º degrees, saturation: 0.68, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ACDBEF is Cyan = 0.28, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB172219239-
CMYK0.280.0800.06
HSL197.91º67.68%80.59%-
HSV(B)197.91º28.03%93.73%-
XYZ57.9265.6791.28-
YUV207.23145.93102.87-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 27.30%
GREEN value IS 219 (85.94% from 255) = 34.76%
BLUE value IS 239 (93.75% from 255) = 37.94%
R=27.30%
G=34.76%
B=37.94%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1722192390.280.0800.06197.9167.6880.59
HexACDBEF1C806c64451
Octal254333357341006306104121
Binary10101100110110111110111111100100001101100011010001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACDBEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACDBEF; }

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

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

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

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

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

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

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

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