#ACDEEB

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

Shades of Light Blue #ACDEEB

Tints of Light Blue #ACDEEB

Color information

#ACDEEB (or 0xACDEEB) is unknown color: approx Light Blue. HEX triplet: AC, DE and EB. RGB value is (172,222,235). Sum of RGB (Red+Green+Blue) = 172+222+235=629 (83% of max value = 765). Red value is 172 (67.58% from 255 or 27.34% from 629); Green value is 222 (87.11% from 255 or 35.29% from 629); Blue value is 235 (92.19% from 255 or 37.36% from 629); Max value from RGB is 235 - color contains mainly: blue. Hex color #ACDEEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACDEEB is #532114. Grayscale: #D0D0D0. Windows color (decimal): -5447957 or 15457964. OLE color: 15457964.

HSL color Cylindrical-coordinate representation of color #ACDEEB: hue angle of 192.38º degrees, saturation: 0.61, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ACDEEB is Cyan = 0.27, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB172222235-
CMYK0.270.0600.08
HSL192.38º61.17%79.8%-
HSV(B)192.38º26.81%92.16%-
XYZ58.1367.0188.47-
YUV208.53142.94101.94-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 27.34%
GREEN value IS 222 (87.11% from 255) = 35.29%
BLUE value IS 235 (92.19% from 255) = 37.36%
R=27.34%
G=35.29%
B=37.36%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1722222350.270.0600.08192.3861.1779.8
HexACDEEB1B608c03d50
Octal25433635333601030075120
Binary1010110011011110111010111101111001000110000001111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACDEEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACDEEB; }

 p { color: rgb(172,222,235); }

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

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

 a { background-color: rgb(172,222,235); }

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

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

 span { border-color: rgb(172,222,235); }

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