Html Css Color HEX #ACDCE6 Light Blue

📋 copy color: '#ACDCE6'

red 172 ◦ green 220 ◦ blue 230

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

Shades of Light Blue #ACDCE6

Tints of Light Blue #ACDCE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 36.98%

R = 27.65%
G = 35.37%
B = 36.98%

CMYK

 C value IS 0.25

 M value IS 0.04

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#ACDCE6 (or 0xACDCE6) is known color: Light Blue. HEX triplet: AC, DC and E6. RGB value is (172,220,230). Sum of RGB (Red+Green+Blue) = 172+220+230=622 (82% of max value = 765). Red value is 172 (67.58% from 255 or 27.65% from 622); Green value is 220 (86.33% from 255 or 35.37% from 622); Blue value is 230 (90.23% from 255 or 36.98% from 622); Max value from RGB is 230 - color contains mainly: blue. Hex color #ACDCE6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACDCE6 is #532319. Grayscale: #CECECE. Windows color (decimal): -5448474 or 15129772. OLE color: 15129772.

HSL color Cylindrical-coordinate representation of color #ACDCE6: hue angle of 190.34º degrees, saturation: 0.54, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ACDCE6 is Cyan = 0.25, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 172 220 230 -
CMYK 0.25 0.04 0 0.10
HSL 190.34º 0.54% 0.79% -
HSV(B) 190.34º 0.25% 0.9% -
XYZ 56.89 65.67 84.54 -
YUV 206.79 141.1 103.19 -
System Red Green Blue C M Y K H S L
Decimal 172 220 230 0.25 0.04 0 0.10 190.34 0.54 0.79
Hex AC DC E6 19 4 0 A BE 36 4F
Octal 254 334 346 31 4 0 12 276 66 117
Binary 10101100 11011100 11100110 11001 100 0 1010 10111110 110110 1001111

Color Harmonies of #ACDCE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDCE6

Black with #ACDCE6

Text Example


Text Example

White with #ACDCE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDCE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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