#ACDBF2

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

Shades of Light Blue #ACDBF2

Tints of Light Blue #ACDBF2

Color information

#ACDBF2 (or 0xACDBF2) is unknown color: approx Light Blue. HEX triplet: AC, DB and F2. RGB value is (172,219,242). Sum of RGB (Red+Green+Blue) = 172+219+242=633 (83% of max value = 765). Red value is 172 (67.58% from 255 or 27.17% from 633); Green value is 219 (85.94% from 255 or 34.60% from 633); Blue value is 242 (94.92% from 255 or 38.23% from 633); Max value from RGB is 242 - color contains mainly: blue. Hex color #ACDBF2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACDBF2 is #53240D. Grayscale: #CFCFCF. Windows color (decimal): -5448718 or 15915948. OLE color: 15915948.

HSL color Cylindrical-coordinate representation of color #ACDBF2: hue angle of 199.71º degrees, saturation: 0.73, 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 #ACDBF2 is Cyan = 0.29, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB172219242-
CMYK0.290.1000.05
HSL199.71º72.92%81.18%-
HSV(B)199.71º28.93%94.9%-
XYZ58.3765.8493.64-
YUV207.57147.43102.63-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 27.17%
GREEN value IS 219 (85.94% from 255) = 34.60%
BLUE value IS 242 (94.92% from 255) = 38.23%
R=27.17%
G=34.60%
B=38.23%

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
Decimal1722192420.290.1000.05199.7172.9281.18
HexACDBF21DA05c84951
Octal254333362351205310111121
Binary10101100110110111111001011101101001011100100010010011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACDBF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACDBF2; }

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

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

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

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

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

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

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

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