Html Css Color HEX #ACDCEC Light Blue

📋 copy color: '#ACDCEC'

red 172 ◦ green 220 ◦ blue 236

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

Shades of Light Blue #ACDCEC

Tints of Light Blue #ACDCEC

RGB

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

 GREEN value IS 220 (86.33% from 255) = 35.03%

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

R = 27.39%
G = 35.03%
B = 37.58%

CMYK

 C value IS 0.27

 M value IS 0.07

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#ACDCEC (or 0xACDCEC) is known color: Light Blue. HEX triplet: AC, DC and EC. RGB value is (172,220,236). Sum of RGB (Red+Green+Blue) = 172+220+236=628 (83% of max value = 765). Red value is 172 (67.58% from 255 or 27.39% from 628); Green value is 220 (86.33% from 255 or 35.03% from 628); Blue value is 236 (92.58% from 255 or 37.58% from 628); Max value from RGB is 236 - color contains mainly: blue. Hex color #ACDCEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACDCEC is #532313. Grayscale: #CFCFCF. Windows color (decimal): -5448468 or 15522988. OLE color: 15522988.

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

Color convert

RGB 172 220 236 -
CMYK 0.27 0.07 0 0.07
HSL 195º 0.63% 0.8% -
HSV(B) 195º 0.27% 0.93% -
XYZ 57.75 66.01 89.06 -
YUV 207.47 144.1 102.7 -
System Red Green Blue C M Y K H S L
Decimal 172 220 236 0.27 0.07 0 0.07 195 0.63 0.8
Hex AC DC EC 1B 7 0 7 C3 3F 50
Octal 254 334 354 33 7 0 7 303 77 120
Binary 10101100 11011100 11101100 11011 111 0 111 11000011 111111 1010000

Color Harmonies of #ACDCEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDCEC

Black with #ACDCEC

Text Example


Text Example

White with #ACDCEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDCEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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