Html Css Color HEX #ACDDEF Light Blue

📋 copy color: '#ACDDEF'

red 172 ◦ green 221 ◦ blue 239

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

Shades of Light Blue #ACDDEF

Tints of Light Blue #ACDDEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 37.82%

R = 27.22%
G = 34.97%
B = 37.82%

CMYK

 C value IS 0.28

 M value IS 0.08

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#ACDDEF (or 0xACDDEF) is known color: Light Blue. HEX triplet: AC, DD and EF. RGB value is (172,221,239). Sum of RGB (Red+Green+Blue) = 172+221+239=632 (83% of max value = 765). Red value is 172 (67.58% from 255 or 27.22% from 632); Green value is 221 (86.72% from 255 or 34.97% from 632); Blue value is 239 (93.75% from 255 or 37.82% from 632); Max value from RGB is 239 - color contains mainly: blue. Hex color #ACDDEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACDDEF is #532210. Grayscale: #D0D0D0. Windows color (decimal): -5448209 or 15719852. OLE color: 15719852.

HSL color Cylindrical-coordinate representation of color #ACDDEF: hue angle of 196.12º degrees, saturation: 0.68, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ACDDEF is Cyan = 0.28, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 172 221 239 -
CMYK 0.28 0.08 0 0.06
HSL 196.12º 0.68% 0.81% -
HSV(B) 196.12º 0.28% 0.94% -
XYZ 58.45 66.72 91.46 -
YUV 208.4 145.27 102.04 -
System Red Green Blue C M Y K H S L
Decimal 172 221 239 0.28 0.08 0 0.06 196.12 0.68 0.81
Hex AC DD EF 1C 8 0 6 C4 44 51
Octal 254 335 357 34 10 0 6 304 104 121
Binary 10101100 11011101 11101111 11100 1000 0 110 11000100 1000100 1010001

Color Harmonies of #ACDDEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDDEF

Black with #ACDDEF

Text Example


Text Example

White with #ACDDEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDDEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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