#ACDAF0

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

Shades of Light Blue #ACDAF0

Tints of Light Blue #ACDAF0

Color information

#ACDAF0 (or 0xACDAF0) is unknown color: approx Light Blue. HEX triplet: AC, DA and F0. RGB value is (172,218,240). Sum of RGB (Red+Green+Blue) = 172+218+240=630 (83% of max value = 765). Red value is 172 (67.58% from 255 or 27.30% from 630); Green value is 218 (85.55% from 255 or 34.60% from 630); Blue value is 240 (94.14% from 255 or 38.10% from 630); Max value from RGB is 240 - color contains mainly: blue. Hex color #ACDAF0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACDAF0 is #53250F. Grayscale: #CECECE. Windows color (decimal): -5448976 or 15784620. OLE color: 15784620.

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

Color convert

RGB172218240-
CMYK0.280.0900.06
HSL199.41º69.39%80.78%-
HSV(B)199.41º28.33%94.12%-
XYZ57.8165.291.98-
YUV206.75146.76103.21-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 27.30%
GREEN value IS 218 (85.55% from 255) = 34.60%
BLUE value IS 240 (94.14% from 255) = 38.10%
R=27.30%
G=34.60%
B=38.10%

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
Decimal1722182400.280.0900.06199.4169.3980.78
HexACDAF01C906c74551
Octal254332360341106307105121
Binary10101100110110101111000011100100101101100011110001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACDAF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACDAF0; }

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

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

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

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

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

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

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

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