Html Css Color HEX #ACD2E1 Light Blue

📋 copy color: '#ACD2E1'

red 172 ◦ green 210 ◦ blue 225

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

Shades of Light Blue #ACD2E1

Tints of Light Blue #ACD2E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 37.07%

R = 28.34%
G = 34.6%
B = 37.07%

CMYK

 C value IS 0.24

 M value IS 0.07

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#ACD2E1 (or 0xACD2E1) is known color: Light Blue. HEX triplet: AC, D2 and E1. RGB value is (172,210,225). Sum of RGB (Red+Green+Blue) = 172+210+225=607 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.34% from 607); Green value is 210 (82.42% from 255 or 34.60% from 607); Blue value is 225 (88.28% from 255 or 37.07% from 607); Max value from RGB is 225 - color contains mainly: blue. Hex color #ACD2E1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACD2E1 is #532D1E. Grayscale: #C8C8C8. Windows color (decimal): -5451039 or 14799532. OLE color: 14799532.

HSL color Cylindrical-coordinate representation of color #ACD2E1: hue angle of 196.98º degrees, saturation: 0.47, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ACD2E1 is Cyan = 0.24, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 172 210 225 -
CMYK 0.24 0.07 0 0.12
HSL 196.98º 0.47% 0.78% -
HSV(B) 196.98º 0.24% 0.88% -
XYZ 53.65 60.3 80.05 -
YUV 200.35 141.91 107.78 -
System Red Green Blue C M Y K H S L
Decimal 172 210 225 0.24 0.07 0 0.12 196.98 0.47 0.78
Hex AC D2 E1 18 7 0 C C5 2F 4E
Octal 254 322 341 30 7 0 14 305 57 116
Binary 10101100 11010010 11100001 11000 111 0 1100 11000101 101111 1001110

Color Harmonies of #ACD2E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD2E1

Black with #ACD2E1

Text Example


Text Example

White with #ACD2E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD2E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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