Html Css Color HEX #ACDDEC Light Blue

📋 copy color: '#ACDDEC'

red 172 ◦ green 221 ◦ blue 236

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

Shades of Light Blue #ACDDEC

Tints of Light Blue #ACDDEC

RGB

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

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

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

R = 27.34%
G = 35.14%
B = 37.52%

CMYK

 C value IS 0.27

 M value IS 0.06

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#ACDDEC (or 0xACDDEC) is known color: Light Blue. HEX triplet: AC, DD and EC. RGB value is (172,221,236). Sum of RGB (Red+Green+Blue) = 172+221+236=629 (83% of max value = 765). Red value is 172 (67.58% from 255 or 27.34% from 629); Green value is 221 (86.72% from 255 or 35.14% from 629); Blue value is 236 (92.58% from 255 or 37.52% from 629); Max value from RGB is 236 - color contains mainly: blue. Hex color #ACDDEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACDDEC is #532213. Grayscale: #CFCFCF. Windows color (decimal): -5448212 or 15523244. OLE color: 15523244.

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

Color convert

RGB 172 221 236 -
CMYK 0.27 0.06 0 0.07
HSL 194.06º 0.63% 0.8% -
HSV(B) 194.06º 0.27% 0.93% -
XYZ 58.01 66.54 89.14 -
YUV 208.06 143.77 102.28 -
System Red Green Blue C M Y K H S L
Decimal 172 221 236 0.27 0.06 0 0.07 194.06 0.63 0.8
Hex AC DD EC 1B 6 0 7 C2 3F 50
Octal 254 335 354 33 6 0 7 302 77 120
Binary 10101100 11011101 11101100 11011 110 0 111 11000010 111111 1010000

Color Harmonies of #ACDDEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDDEC

Black with #ACDDEC

Text Example


Text Example

White with #ACDDEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDDEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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