Html Css Color HEX #ACD8E5 Light Blue

📋 copy color: '#ACD8E5'

red 172 ◦ green 216 ◦ blue 229

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

Shades of Light Blue #ACD8E5

Tints of Light Blue #ACD8E5

RGB

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

 GREEN value IS 216 (84.77% from 255) = 35.01%

 BLUE value IS 229 (89.84% from 255) = 37.12%

R = 27.88%
G = 35.01%
B = 37.12%

CMYK

 C value IS 0.25

 M value IS 0.06

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#ACD8E5 (or 0xACD8E5) is known color: Light Blue. HEX triplet: AC, D8 and E5. RGB value is (172,216,229). Sum of RGB (Red+Green+Blue) = 172+216+229=617 (81% of max value = 765). Red value is 172 (67.58% from 255 or 27.88% from 617); Green value is 216 (84.77% from 255 or 35.01% from 617); Blue value is 229 (89.84% from 255 or 37.12% from 617); Max value from RGB is 229 - color contains mainly: blue. Hex color #ACD8E5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACD8E5 is #53271A. Grayscale: #CCCCCC. Windows color (decimal): -5449499 or 15063212. OLE color: 15063212.

HSL color Cylindrical-coordinate representation of color #ACD8E5: hue angle of 193.68º degrees, saturation: 0.52, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ACD8E5 is Cyan = 0.25, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 172 216 229 -
CMYK 0.25 0.06 0 0.10
HSL 193.68º 0.52% 0.79% -
HSV(B) 193.68º 0.25% 0.9% -
XYZ 55.71 63.54 83.46 -
YUV 204.33 141.92 104.94 -
System Red Green Blue C M Y K H S L
Decimal 172 216 229 0.25 0.06 0 0.10 193.68 0.52 0.79
Hex AC D8 E5 19 6 0 A C2 34 4F
Octal 254 330 345 31 6 0 12 302 64 117
Binary 10101100 11011000 11100101 11001 110 0 1010 11000010 110100 1001111

Color Harmonies of #ACD8E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD8E5

Black with #ACD8E5

Text Example


Text Example

White with #ACD8E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD8E5; }

 p { color: rgb(172,216,229); }

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

background-color css

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

 a { background-color: rgb(172,216,229); }

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

border-color css

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

 span { border-color: rgb(172,216,229); }

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