#ACDCF1

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

Shades of Light Blue #ACDCF1

Tints of Light Blue #ACDCF1

Color information

#ACDCF1 (or 0xACDCF1) is unknown color: approx Light Blue. HEX triplet: AC, DC and F1. RGB value is (172,220,241). Sum of RGB (Red+Green+Blue) = 172+220+241=633 (83% of max value = 765). Red value is 172 (67.58% from 255 or 27.17% from 633); Green value is 220 (86.33% from 255 or 34.76% from 633); Blue value is 241 (94.53% from 255 or 38.07% from 633); Max value from RGB is 241 - color contains mainly: blue. Hex color #ACDCF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACDCF1 is #53230E. Grayscale: #CFCFCF. Windows color (decimal): -5448463 or 15850668. OLE color: 15850668.

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

Color convert

RGB172220241-
CMYK0.290.0900.05
HSL198.26º71.13%80.98%-
HSV(B)198.26º28.63%94.51%-
XYZ58.4866.3192.94-
YUV208.04146.6102.29-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 27.17%
GREEN value IS 220 (86.33% from 255) = 34.76%
BLUE value IS 241 (94.53% from 255) = 38.07%
R=27.17%
G=34.76%
B=38.07%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1722202410.290.0900.05198.2671.1380.98
HexACDCF11D905c64751
Octal254334361351105306107121
Binary10101100110111001111000111101100101011100011010001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACDCF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACDCF1; }

 p { color: rgb(172,220,241); }

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

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

 a { background-color: rgb(172,220,241); }

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

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

 span { border-color: rgb(172,220,241); }

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