Html Css Color HEX #ACDCE9 Light Blue

📋 copy color: '#ACDCE9'

red 172 ◦ green 220 ◦ blue 233

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

Shades of Light Blue #ACDCE9

Tints of Light Blue #ACDCE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 37.28%

R = 27.52%
G = 35.2%
B = 37.28%

CMYK

 C value IS 0.26

 M value IS 0.06

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#ACDCE9 (or 0xACDCE9) is known color: Light Blue. HEX triplet: AC, DC and E9. RGB value is (172,220,233). Sum of RGB (Red+Green+Blue) = 172+220+233=625 (82% of max value = 765). Red value is 172 (67.58% from 255 or 27.52% from 625); Green value is 220 (86.33% from 255 or 35.2% from 625); Blue value is 233 (91.41% from 255 or 37.28% from 625); Max value from RGB is 233 - color contains mainly: blue. Hex color #ACDCE9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACDCE9 is #532316. Grayscale: #CFCFCF. Windows color (decimal): -5448471 or 15326380. OLE color: 15326380.

HSL color Cylindrical-coordinate representation of color #ACDCE9: hue angle of 192.79º degrees, saturation: 0.58, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ACDCE9 is Cyan = 0.26, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 172 220 233 -
CMYK 0.26 0.06 0 0.09
HSL 192.79º 0.58% 0.79% -
HSV(B) 192.79º 0.26% 0.91% -
XYZ 57.31 65.84 86.78 -
YUV 207.13 142.6 102.94 -
System Red Green Blue C M Y K H S L
Decimal 172 220 233 0.26 0.06 0 0.09 192.79 0.58 0.79
Hex AC DC E9 1A 6 0 9 C1 3A 4F
Octal 254 334 351 32 6 0 11 301 72 117
Binary 10101100 11011100 11101001 11010 110 0 1001 11000001 111010 1001111

Color Harmonies of #ACDCE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDCE9

Black with #ACDCE9

Text Example


Text Example

White with #ACDCE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDCE9; }

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

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

background-color css

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

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

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

border-color css

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

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

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