#ACDBF3

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

Shades of Light Blue #ACDBF3

Tints of Light Blue #ACDBF3

Color information

#ACDBF3 (or 0xACDBF3) is unknown color: approx Light Blue. HEX triplet: AC, DB and F3. RGB value is (172,219,243). Sum of RGB (Red+Green+Blue) = 172+219+243=634 (83% of max value = 765). Red value is 172 (67.58% from 255 or 27.13% from 634); Green value is 219 (85.94% from 255 or 34.54% from 634); Blue value is 243 (95.31% from 255 or 38.33% from 634); Max value from RGB is 243 - color contains mainly: blue. Hex color #ACDBF3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACDBF3 is #53240C. Grayscale: #CFCFCF. Windows color (decimal): -5448717 or 15981484. OLE color: 15981484.

HSL color Cylindrical-coordinate representation of color #ACDBF3: hue angle of 200.28º degrees, saturation: 0.75, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ACDBF3 is Cyan = 0.29, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB172219243-
CMYK0.290.1000.05
HSL200.28º74.74%81.37%-
HSV(B)200.28º29.22%95.29%-
XYZ58.5265.994.43-
YUV207.68147.93102.55-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 27.13%
GREEN value IS 219 (85.94% from 255) = 34.54%
BLUE value IS 243 (95.31% from 255) = 38.33%
R=27.13%
G=34.54%
B=38.33%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1722192430.290.1000.05200.2874.7481.37
HexACDBF31DA05c84b51
Octal254333363351205310113121
Binary10101100110110111111001111101101001011100100010010111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACDBF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACDBF3; }

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

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

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

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

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

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

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

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