Html Css Color HEX #ACD5DF Light Blue

📋 copy color: '#ACD5DF'

red 172 ◦ green 213 ◦ blue 223

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

Shades of Light Blue #ACD5DF

Tints of Light Blue #ACD5DF

RGB

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

 GREEN value IS 213 (83.59% from 255) = 35.03%

 BLUE value IS 223 (87.5% from 255) = 36.68%

R = 28.29%
G = 35.03%
B = 36.68%

CMYK

 C value IS 0.23

 M value IS 0.04

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#ACD5DF (or 0xACD5DF) is known color: Light Blue. HEX triplet: AC, D5 and DF. RGB value is (172,213,223). Sum of RGB (Red+Green+Blue) = 172+213+223=608 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.29% from 608); Green value is 213 (83.59% from 255 or 35.03% from 608); Blue value is 223 (87.5% from 255 or 36.68% from 608); Max value from RGB is 223 - color contains mainly: blue. Hex color #ACD5DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACD5DF is #532A20. Grayscale: #C9C9C9. Windows color (decimal): -5450273 or 14669228. OLE color: 14669228.

HSL color Cylindrical-coordinate representation of color #ACD5DF: hue angle of 191.76º degrees, saturation: 0.44, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ACD5DF is Cyan = 0.23, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 172 213 223 -
CMYK 0.23 0.04 0 0.13
HSL 191.76º 0.44% 0.77% -
HSV(B) 191.76º 0.23% 0.87% -
XYZ 54.13 61.69 78.87 -
YUV 201.88 139.92 106.69 -
System Red Green Blue C M Y K H S L
Decimal 172 213 223 0.23 0.04 0 0.13 191.76 0.44 0.77
Hex AC D5 DF 17 4 0 D C0 2C 4D
Octal 254 325 337 27 4 0 15 300 54 115
Binary 10101100 11010101 11011111 10111 100 0 1101 11000000 101100 1001101

Color Harmonies of #ACD5DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD5DF

Black with #ACD5DF

Text Example


Text Example

White with #ACD5DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD5DF; }

 p { color: rgb(172,213,223); }

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

background-color css

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

 a { background-color: rgb(172,213,223); }

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

border-color css

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

 span { border-color: rgb(172,213,223); }

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