#ACDEEE

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

Shades of Light Blue #ACDEEE

Tints of Light Blue #ACDEEE

Color information

#ACDEEE (or 0xACDEEE) is unknown color: approx Light Blue. HEX triplet: AC, DE and EE. RGB value is (172,222,238). Sum of RGB (Red+Green+Blue) = 172+222+238=632 (83% of max value = 765). Red value is 172 (67.58% from 255 or 27.22% from 632); Green value is 222 (87.11% from 255 or 35.13% from 632); Blue value is 238 (93.36% from 255 or 37.66% from 632); Max value from RGB is 238 - color contains mainly: blue. Hex color #ACDEEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACDEEE is #532111. Grayscale: #D0D0D0. Windows color (decimal): -5447954 or 15654572. OLE color: 15654572.

HSL color Cylindrical-coordinate representation of color #ACDEEE: hue angle of 194.55º degrees, saturation: 0.66, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ACDEEE is Cyan = 0.28, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB172222238-
CMYK0.280.0700.07
HSL194.55º66%80.39%-
HSV(B)194.55º27.73%93.33%-
XYZ58.5767.1990.77-
YUV208.87144.44101.7-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 27.22%
GREEN value IS 222 (87.11% from 255) = 35.13%
BLUE value IS 238 (93.36% from 255) = 37.66%
R=27.22%
G=35.13%
B=37.66%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1722222380.280.0700.07194.556680.39
HexACDEEE1C707c34250
Octal25433635634707303102120
Binary1010110011011110111011101110011101111100001110000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACDEEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACDEEE; }

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

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

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

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

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

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

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

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