Html Css Color HEX #ACDDE8 Light Blue

📋 copy color: '#ACDDE8'

red 172 ◦ green 221 ◦ blue 232

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

Shades of Light Blue #ACDDE8

Tints of Light Blue #ACDDE8

RGB

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

 GREEN value IS 221 (86.72% from 255) = 35.36%

 BLUE value IS 232 (91.02% from 255) = 37.12%

R = 27.52%
G = 35.36%
B = 37.12%

CMYK

 C value IS 0.26

 M value IS 0.05

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#ACDDE8 (or 0xACDDE8) is known color: Light Blue. HEX triplet: AC, DD and E8. RGB value is (172,221,232). Sum of RGB (Red+Green+Blue) = 172+221+232=625 (82% of max value = 765). Red value is 172 (67.58% from 255 or 27.52% from 625); Green value is 221 (86.72% from 255 or 35.36% from 625); Blue value is 232 (91.02% from 255 or 37.12% from 625); Max value from RGB is 232 - color contains mainly: blue. Hex color #ACDDE8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACDDE8 is #532217. Grayscale: #CFCFCF. Windows color (decimal): -5448216 or 15261100. OLE color: 15261100.

HSL color Cylindrical-coordinate representation of color #ACDDE8: hue angle of 191º degrees, saturation: 0.57, 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 #ACDDE8 is Cyan = 0.26, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 172 221 232 -
CMYK 0.26 0.05 0 0.09
HSL 191º 0.57% 0.79% -
HSV(B) 191º 0.26% 0.91% -
XYZ 57.44 66.31 86.12 -
YUV 207.6 141.77 102.61 -
System Red Green Blue C M Y K H S L
Decimal 172 221 232 0.26 0.05 0 0.09 191 0.57 0.79
Hex AC DD E8 1A 5 0 9 BF 39 4F
Octal 254 335 350 32 5 0 11 277 71 117
Binary 10101100 11011101 11101000 11010 101 0 1001 10111111 111001 1001111

Color Harmonies of #ACDDE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDDE8

Black with #ACDDE8

Text Example


Text Example

White with #ACDDE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDDE8; }

 p { color: rgb(172,221,232); }

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

background-color css

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

 a { background-color: rgb(172,221,232); }

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

border-color css

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

 span { border-color: rgb(172,221,232); }

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