Html Css Color HEX #ACD9E5 Light Blue

📋 copy color: '#ACD9E5'

red 172 ◦ green 217 ◦ blue 229

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

Shades of Light Blue #ACD9E5

Tints of Light Blue #ACD9E5

RGB

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

 GREEN value IS 217 (85.16% from 255) = 35.11%

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

R = 27.83%
G = 35.11%
B = 37.06%

CMYK

 C value IS 0.25

 M value IS 0.05

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#ACD9E5 (or 0xACD9E5) is known color: Light Blue. HEX triplet: AC, D9 and E5. RGB value is (172,217,229). Sum of RGB (Red+Green+Blue) = 172+217+229=618 (81% of max value = 765). Red value is 172 (67.58% from 255 or 27.83% from 618); Green value is 217 (85.16% from 255 or 35.11% from 618); Blue value is 229 (89.84% from 255 or 37.06% from 618); Max value from RGB is 229 - color contains mainly: blue. Hex color #ACD9E5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACD9E5 is #53261A. Grayscale: #CCCCCC. Windows color (decimal): -5449243 or 15063468. OLE color: 15063468.

HSL color Cylindrical-coordinate representation of color #ACD9E5: hue angle of 192.63º 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 #ACD9E5 is Cyan = 0.25, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 172 217 229 -
CMYK 0.25 0.05 0 0.10
HSL 192.63º 0.52% 0.79% -
HSV(B) 192.63º 0.25% 0.9% -
XYZ 55.97 64.05 83.54 -
YUV 204.91 141.59 104.52 -
System Red Green Blue C M Y K H S L
Decimal 172 217 229 0.25 0.05 0 0.10 192.63 0.52 0.79
Hex AC D9 E5 19 5 0 A C1 34 4F
Octal 254 331 345 31 5 0 12 301 64 117
Binary 10101100 11011001 11100101 11001 101 0 1010 11000001 110100 1001111

Color Harmonies of #ACD9E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD9E5

Black with #ACD9E5

Text Example


Text Example

White with #ACD9E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD9E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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