Html Css Color HEX #ACD9ED Light Blue

📋 copy color: '#ACD9ED'

red 172 ◦ green 217 ◦ blue 237

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

Shades of Light Blue #ACD9ED

Tints of Light Blue #ACD9ED

RGB

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

 GREEN value IS 217 (85.16% from 255) = 34.66%

 BLUE value IS 237 (92.97% from 255) = 37.86%

R = 27.48%
G = 34.66%
B = 37.86%

CMYK

 C value IS 0.27

 M value IS 0.08

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#ACD9ED (or 0xACD9ED) is known color: Light Blue. HEX triplet: AC, D9 and ED. RGB value is (172,217,237). Sum of RGB (Red+Green+Blue) = 172+217+237=626 (82% of max value = 765). Red value is 172 (67.58% from 255 or 27.48% from 626); Green value is 217 (85.16% from 255 or 34.66% from 626); Blue value is 237 (92.97% from 255 or 37.86% from 626); Max value from RGB is 237 - color contains mainly: blue. Hex color #ACD9ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACD9ED is #532612. Grayscale: #CDCDCD. Windows color (decimal): -5449235 or 15587756. OLE color: 15587756.

HSL color Cylindrical-coordinate representation of color #ACD9ED: hue angle of 198.46º degrees, saturation: 0.64, 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 #ACD9ED is Cyan = 0.27, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 172 217 237 -
CMYK 0.27 0.08 0 0.07
HSL 198.46º 0.64% 0.8% -
HSV(B) 198.46º 0.27% 0.93% -
XYZ 57.11 64.51 89.56 -
YUV 205.83 145.59 103.87 -
System Red Green Blue C M Y K H S L
Decimal 172 217 237 0.27 0.08 0 0.07 198.46 0.64 0.8
Hex AC D9 ED 1B 8 0 7 C6 40 50
Octal 254 331 355 33 10 0 7 306 100 120
Binary 10101100 11011001 11101101 11011 1000 0 111 11000110 1000000 1010000

Color Harmonies of #ACD9ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD9ED

Black with #ACD9ED

Text Example


Text Example

White with #ACD9ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD9ED; }

 p { color: rgb(172,217,237); }

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

background-color css

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

 a { background-color: rgb(172,217,237); }

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

border-color css

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

 span { border-color: rgb(172,217,237); }

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