#ACDBF0

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

Shades of Light Blue #ACDBF0

Tints of Light Blue #ACDBF0

Color information

#ACDBF0 (or 0xACDBF0) is unknown color: approx Light Blue. HEX triplet: AC, DB and F0. RGB value is (172,219,240). Sum of RGB (Red+Green+Blue) = 172+219+240=631 (83% of max value = 765). Red value is 172 (67.58% from 255 or 27.26% from 631); Green value is 219 (85.94% from 255 or 34.71% from 631); Blue value is 240 (94.14% from 255 or 38.03% from 631); Max value from RGB is 240 - color contains mainly: blue. Hex color #ACDBF0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACDBF0 is #53240F. Grayscale: #CFCFCF. Windows color (decimal): -5448720 or 15784876. OLE color: 15784876.

HSL color Cylindrical-coordinate representation of color #ACDBF0: hue angle of 198.53º degrees, saturation: 0.69, 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 #ACDBF0 is Cyan = 0.28, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB172219240-
CMYK0.280.0900.06
HSL198.53º69.39%80.78%-
HSV(B)198.53º28.33%94.12%-
XYZ58.0765.7292.06-
YUV207.34146.43102.79-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 27.26%
GREEN value IS 219 (85.94% from 255) = 34.71%
BLUE value IS 240 (94.14% from 255) = 38.03%
R=27.26%
G=34.71%
B=38.03%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1722192400.280.0900.06198.5369.3980.78
HexACDBF01C906c74551
Octal254333360341106307105121
Binary10101100110110111111000011100100101101100011110001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACDBF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACDBF0; }

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

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

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

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

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

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

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

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