Html Css Color HEX #ACD7EC Light Blue

📋 copy color: '#ACD7EC'

red 172 ◦ green 215 ◦ blue 236

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

Shades of Light Blue #ACD7EC

Tints of Light Blue #ACD7EC

RGB

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

 GREEN value IS 215 (84.38% from 255) = 34.51%

 BLUE value IS 236 (92.58% from 255) = 37.88%

R = 27.61%
G = 34.51%
B = 37.88%

CMYK

 C value IS 0.27

 M value IS 0.09

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#ACD7EC (or 0xACD7EC) is known color: Light Blue. HEX triplet: AC, D7 and EC. RGB value is (172,215,236). Sum of RGB (Red+Green+Blue) = 172+215+236=623 (82% of max value = 765). Red value is 172 (67.58% from 255 or 27.61% from 623); Green value is 215 (84.38% from 255 or 34.51% from 623); Blue value is 236 (92.58% from 255 or 37.88% from 623); Max value from RGB is 236 - color contains mainly: blue. Hex color #ACD7EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACD7EC is #532813. Grayscale: #CCCCCC. Windows color (decimal): -5449748 or 15521708. OLE color: 15521708.

HSL color Cylindrical-coordinate representation of color #ACD7EC: hue angle of 199.69º degrees, saturation: 0.63, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ACD7EC is Cyan = 0.27, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 172 215 236 -
CMYK 0.27 0.09 0 0.07
HSL 199.69º 0.63% 0.8% -
HSV(B) 199.69º 0.27% 0.93% -
XYZ 56.45 63.43 88.62 -
YUV 204.54 145.75 104.79 -
System Red Green Blue C M Y K H S L
Decimal 172 215 236 0.27 0.09 0 0.07 199.69 0.63 0.8
Hex AC D7 EC 1B 9 0 7 C8 3F 50
Octal 254 327 354 33 11 0 7 310 77 120
Binary 10101100 11010111 11101100 11011 1001 0 111 11001000 111111 1010000

Color Harmonies of #ACD7EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD7EC

Black with #ACD7EC

Text Example


Text Example

White with #ACD7EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD7EC; }

 p { color: rgb(172,215,236); }

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

background-color css

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

 a { background-color: rgb(172,215,236); }

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

border-color css

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

 span { border-color: rgb(172,215,236); }

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