Html Css Color HEX #ACD6EC Light Blue

📋 copy color: '#ACD6EC'

red 172 ◦ green 214 ◦ blue 236

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

Shades of Light Blue #ACD6EC

Tints of Light Blue #ACD6EC

RGB

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

 GREEN value IS 214 (83.98% from 255) = 34.41%

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

R = 27.65%
G = 34.41%
B = 37.94%

CMYK

 C value IS 0.27

 M value IS 0.09

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#ACD6EC (or 0xACD6EC) is known color: Light Blue. HEX triplet: AC, D6 and EC. RGB value is (172,214,236). Sum of RGB (Red+Green+Blue) = 172+214+236=622 (82% of max value = 765). Red value is 172 (67.58% from 255 or 27.65% from 622); Green value is 214 (83.98% from 255 or 34.41% from 622); Blue value is 236 (92.58% from 255 or 37.94% from 622); Max value from RGB is 236 - color contains mainly: blue. Hex color #ACD6EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACD6EC is #532913. Grayscale: #CBCBCB. Windows color (decimal): -5450004 or 15521452. OLE color: 15521452.

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

Color convert

RGB 172 214 236 -
CMYK 0.27 0.09 0 0.07
HSL 200.63º 0.63% 0.8% -
HSV(B) 200.63º 0.27% 0.93% -
XYZ 56.2 62.92 88.54 -
YUV 203.95 146.09 105.21 -
System Red Green Blue C M Y K H S L
Decimal 172 214 236 0.27 0.09 0 0.07 200.63 0.63 0.8
Hex AC D6 EC 1B 9 0 7 C9 3F 50
Octal 254 326 354 33 11 0 7 311 77 120
Binary 10101100 11010110 11101100 11011 1001 0 111 11001001 111111 1010000

Color Harmonies of #ACD6EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD6EC

Black with #ACD6EC

Text Example


Text Example

White with #ACD6EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD6EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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