#ACDFED

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

Shades of Light Blue #ACDFED

Tints of Light Blue #ACDFED

Color information

#ACDFED (or 0xACDFED) is unknown color: approx Light Blue. HEX triplet: AC, DF and ED. RGB value is (172,223,237). Sum of RGB (Red+Green+Blue) = 172+223+237=632 (83% of max value = 765). Red value is 172 (67.58% from 255 or 27.22% from 632); Green value is 223 (87.5% from 255 or 35.28% from 632); Blue value is 237 (92.97% from 255 or 37.5% from 632); Max value from RGB is 237 - color contains mainly: blue. Hex color #ACDFED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACDFED is #532012. Grayscale: #D1D1D1. Windows color (decimal): -5447699 or 15589292. OLE color: 15589292.

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

Color convert

RGB172223237-
CMYK0.270.0600.07
HSL192.92º64.36%80.2%-
HSV(B)192.92º27.43%92.94%-
XYZ58.6967.6690.09-
YUV209.35143.6101.36-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 27.22%
GREEN value IS 223 (87.5% from 255) = 35.28%
BLUE value IS 237 (92.97% from 255) = 37.5%
R=27.22%
G=35.28%
B=37.5%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1722232370.270.0600.07192.9264.3680.2
HexACDFED1B607c14050
Octal25433735533607301100120
Binary1010110011011111111011011101111001111100000110000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACDFED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACDFED; }

 p { color: rgb(172,223,237); }

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

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

 a { background-color: rgb(172,223,237); }

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

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

 span { border-color: rgb(172,223,237); }

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