Html Css Color HEX #ACD2E5 Light Blue

📋 copy color: '#ACD2E5'

red 172 ◦ green 210 ◦ blue 229

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

Shades of Light Blue #ACD2E5

Tints of Light Blue #ACD2E5

RGB

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

 GREEN value IS 210 (82.42% from 255) = 34.37%

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

R = 28.15%
G = 34.37%
B = 37.48%

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

#ACD2E5 (or 0xACD2E5) is known color: Light Blue. HEX triplet: AC, D2 and E5. RGB value is (172,210,229). Sum of RGB (Red+Green+Blue) = 172+210+229=611 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.15% from 611); Green value is 210 (82.42% from 255 or 34.37% from 611); Blue value is 229 (89.84% from 255 or 37.48% from 611); Max value from RGB is 229 - color contains mainly: blue. Hex color #ACD2E5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACD2E5 is #532D1A. Grayscale: #C8C8C8. Windows color (decimal): -5451035 or 15061676. OLE color: 15061676.

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

Color convert

RGB 172 210 229 -
CMYK 0.25 0.08 0 0.10
HSL 200º 0.52% 0.79% -
HSV(B) 200º 0.25% 0.9% -
XYZ 54.2 60.52 82.95 -
YUV 200.8 143.91 107.46 -
System Red Green Blue C M Y K H S L
Decimal 172 210 229 0.25 0.08 0 0.10 200 0.52 0.79
Hex AC D2 E5 19 8 0 A C8 34 4F
Octal 254 322 345 31 10 0 12 310 64 117
Binary 10101100 11010010 11100101 11001 1000 0 1010 11001000 110100 1001111

Color Harmonies of #ACD2E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD2E5

Black with #ACD2E5

Text Example


Text Example

White with #ACD2E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD2E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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