Html Css Color HEX #ACD3E1 Light Blue

📋 copy color: '#ACD3E1'

red 172 ◦ green 211 ◦ blue 225

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

Shades of Light Blue #ACD3E1

Tints of Light Blue #ACD3E1

RGB

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

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

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

R = 28.29%
G = 34.7%
B = 37.01%

CMYK

 C value IS 0.24

 M value IS 0.06

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#ACD3E1 (or 0xACD3E1) is known color: Light Blue. HEX triplet: AC, D3 and E1. RGB value is (172,211,225). Sum of RGB (Red+Green+Blue) = 172+211+225=608 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.29% from 608); Green value is 211 (82.81% from 255 or 34.70% from 608); Blue value is 225 (88.28% from 255 or 37.01% from 608); Max value from RGB is 225 - color contains mainly: blue. Hex color #ACD3E1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACD3E1 is #532C1E. Grayscale: #C8C8C8. Windows color (decimal): -5450783 or 14799788. OLE color: 14799788.

HSL color Cylindrical-coordinate representation of color #ACD3E1: hue angle of 195.85º 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 #ACD3E1 is Cyan = 0.24, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 172 211 225 -
CMYK 0.24 0.06 0 0.12
HSL 195.85º 0.47% 0.78% -
HSV(B) 195.85º 0.24% 0.88% -
XYZ 53.9 60.8 80.13 -
YUV 200.94 141.58 107.36 -
System Red Green Blue C M Y K H S L
Decimal 172 211 225 0.24 0.06 0 0.12 195.85 0.47 0.78
Hex AC D3 E1 18 6 0 C C4 2F 4E
Octal 254 323 341 30 6 0 14 304 57 116
Binary 10101100 11010011 11100001 11000 110 0 1100 11000100 101111 1001110

Color Harmonies of #ACD3E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD3E1

Black with #ACD3E1

Text Example


Text Example

White with #ACD3E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD3E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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