Html Css Color HEX #ACD3E5 Light Blue

📋 copy color: '#ACD3E5'

red 172 ◦ green 211 ◦ blue 229

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

Shades of Light Blue #ACD3E5

Tints of Light Blue #ACD3E5

RGB

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

 GREEN value IS 211 (82.81% from 255) = 34.48%

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

R = 28.1%
G = 34.48%
B = 37.42%

CMYK

 C value IS 0.25

 M value IS 0.08

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#ACD3E5 (or 0xACD3E5) is known color: Light Blue. HEX triplet: AC, D3 and E5. RGB value is (172,211,229). Sum of RGB (Red+Green+Blue) = 172+211+229=612 (81% of max value = 765). Red value is 172 (67.58% from 255 or 28.10% from 612); Green value is 211 (82.81% from 255 or 34.48% from 612); Blue value is 229 (89.84% from 255 or 37.42% from 612); Max value from RGB is 229 - color contains mainly: blue. Hex color #ACD3E5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACD3E5 is #532C1A. Grayscale: #C9C9C9. Windows color (decimal): -5450779 or 15061932. OLE color: 15061932.

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

Color convert

RGB 172 211 229 -
CMYK 0.25 0.08 0 0.10
HSL 198.95º 0.52% 0.79% -
HSV(B) 198.95º 0.25% 0.9% -
XYZ 54.45 61.02 83.04 -
YUV 201.39 143.58 107.04 -
System Red Green Blue C M Y K H S L
Decimal 172 211 229 0.25 0.08 0 0.10 198.95 0.52 0.79
Hex AC D3 E5 19 8 0 A C7 34 4F
Octal 254 323 345 31 10 0 12 307 64 117
Binary 10101100 11010011 11100101 11001 1000 0 1010 11000111 110100 1001111

Color Harmonies of #ACD3E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD3E5

Black with #ACD3E5

Text Example


Text Example

White with #ACD3E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD3E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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