Html Css Color HEX #ACD8EC Light Blue

📋 copy color: '#ACD8EC'

red 172 ◦ green 216 ◦ blue 236

#ACD8EC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Blue #ACD8EC

Tints of Light Blue #ACD8EC

RGB

 RED value IS 172 (67.58% from 255) = 27.56%

 GREEN value IS 216 (84.77% from 255) = 34.62%

 BLUE value IS 236 (92.58% from 255) = 37.82%

R = 27.56%
G = 34.62%
B = 37.82%

CMYK

 C value IS 0.27

 M value IS 0.08

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#ACD8EC (or 0xACD8EC) is known color: Light Blue. HEX triplet: AC, D8 and EC. RGB value is (172,216,236). Sum of RGB (Red+Green+Blue) = 172+216+236=624 (82% of max value = 765). Red value is 172 (67.58% from 255 or 27.56% from 624); Green value is 216 (84.77% from 255 or 34.62% from 624); Blue value is 236 (92.58% from 255 or 37.82% from 624); Max value from RGB is 236 - color contains mainly: blue. Hex color #ACD8EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACD8EC is #532713. Grayscale: #CDCDCD. Windows color (decimal): -5449492 or 15521964. OLE color: 15521964.

HSL color Cylindrical-coordinate representation of color #ACD8EC: hue angle of 198.75º degrees, saturation: 0.63, 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 #ACD8EC is Cyan = 0.27, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 172 216 236 -
CMYK 0.27 0.08 0 0.07
HSL 198.75º 0.63% 0.8% -
HSV(B) 198.75º 0.27% 0.93% -
XYZ 56.71 63.94 88.71 -
YUV 205.12 145.42 104.37 -
System Red Green Blue C M Y K H S L
Decimal 172 216 236 0.27 0.08 0 0.07 198.75 0.63 0.8
Hex AC D8 EC 1B 8 0 7 C7 3F 50
Octal 254 330 354 33 10 0 7 307 77 120
Binary 10101100 11011000 11101100 11011 1000 0 111 11000111 111111 1010000

Color Harmonies of #ACD8EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD8EC

Black with #ACD8EC

Text Example


Text Example

White with #ACD8EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD8EC; }

 p { color: rgb(172,216,236); }

 H1.HeaderClassName
 {
   color: #ACD8EC;
 }
 .AnyTagClassName
 {
   color: #ACD8EC;
 }
</style>

background-color css

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

 a { background-color: rgb(172,216,236); }

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

border-color css

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

 span { border-color: rgb(172,216,236); }

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