Html Css Color HEX #ACDDEE Light Blue

📋 copy color: '#ACDDEE'

red 172 ◦ green 221 ◦ blue 238

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

Shades of Light Blue #ACDDEE

Tints of Light Blue #ACDDEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 37.72%

R = 27.26%
G = 35.02%
B = 37.72%

CMYK

 C value IS 0.28

 M value IS 0.07

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#ACDDEE (or 0xACDDEE) is known color: Light Blue. HEX triplet: AC, DD and EE. RGB value is (172,221,238). Sum of RGB (Red+Green+Blue) = 172+221+238=631 (83% of max value = 765). Red value is 172 (67.58% from 255 or 27.26% from 631); Green value is 221 (86.72% from 255 or 35.02% from 631); Blue value is 238 (93.36% from 255 or 37.72% from 631); Max value from RGB is 238 - color contains mainly: blue. Hex color #ACDDEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACDDEE is #532211. Grayscale: #D0D0D0. Windows color (decimal): -5448210 or 15654316. OLE color: 15654316.

HSL color Cylindrical-coordinate representation of color #ACDDEE: hue angle of 195.45º degrees, saturation: 0.66, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ACDDEE is Cyan = 0.28, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 172 221 238 -
CMYK 0.28 0.07 0 0.07
HSL 195.45º 0.66% 0.8% -
HSV(B) 195.45º 0.28% 0.93% -
XYZ 58.3 66.66 90.68 -
YUV 208.29 144.77 102.12 -
System Red Green Blue C M Y K H S L
Decimal 172 221 238 0.28 0.07 0 0.07 195.45 0.66 0.8
Hex AC DD EE 1C 7 0 7 C3 42 50
Octal 254 335 356 34 7 0 7 303 102 120
Binary 10101100 11011101 11101110 11100 111 0 111 11000011 1000010 1010000

Color Harmonies of #ACDDEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDDEE

Black with #ACDDEE

Text Example


Text Example

White with #ACDDEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDDEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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