Html Css Color HEX #ACD7DF Light Blue

📋 copy color: '#ACD7DF'

red 172 ◦ green 215 ◦ blue 223

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

Shades of Light Blue #ACD7DF

Tints of Light Blue #ACD7DF

RGB

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

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

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

R = 28.2%
G = 35.25%
B = 36.56%

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

#ACD7DF (or 0xACD7DF) is known color: Light Blue. HEX triplet: AC, D7 and DF. RGB value is (172,215,223). Sum of RGB (Red+Green+Blue) = 172+215+223=610 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.20% from 610); Green value is 215 (84.38% from 255 or 35.25% from 610); Blue value is 223 (87.5% from 255 or 36.56% from 610); Max value from RGB is 223 - color contains mainly: blue. Hex color #ACD7DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACD7DF is #532820. Grayscale: #CACACA. Windows color (decimal): -5449761 or 14669740. OLE color: 14669740.

HSL color Cylindrical-coordinate representation of color #ACD7DF: hue angle of 189.41º 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 #ACD7DF is Cyan = 0.23, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 172 215 223 -
CMYK 0.23 0.04 0 0.13
HSL 189.41º 0.44% 0.77% -
HSV(B) 189.41º 0.23% 0.87% -
XYZ 54.63 62.7 79.03 -
YUV 203.06 139.25 105.85 -
System Red Green Blue C M Y K H S L
Decimal 172 215 223 0.23 0.04 0 0.13 189.41 0.44 0.77
Hex AC D7 DF 17 4 0 D BD 2C 4D
Octal 254 327 337 27 4 0 15 275 54 115
Binary 10101100 11010111 11011111 10111 100 0 1101 10111101 101100 1001101

Color Harmonies of #ACD7DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD7DF

Black with #ACD7DF

Text Example


Text Example

White with #ACD7DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD7DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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