Html Css Color HEX #ACD7E6 Light Blue

📋 copy color: '#ACD7E6'

red 172 ◦ green 215 ◦ blue 230

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

Shades of Light Blue #ACD7E6

Tints of Light Blue #ACD7E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 37.28%

R = 27.88%
G = 34.85%
B = 37.28%

CMYK

 C value IS 0.25

 M value IS 0.07

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#ACD7E6 (or 0xACD7E6) is known color: Light Blue. HEX triplet: AC, D7 and E6. RGB value is (172,215,230). Sum of RGB (Red+Green+Blue) = 172+215+230=617 (81% of max value = 765). Red value is 172 (67.58% from 255 or 27.88% from 617); Green value is 215 (84.38% from 255 or 34.85% from 617); Blue value is 230 (90.23% from 255 or 37.28% from 617); Max value from RGB is 230 - color contains mainly: blue. Hex color #ACD7E6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACD7E6 is #532819. Grayscale: #CBCBCB. Windows color (decimal): -5449754 or 15128492. OLE color: 15128492.

HSL color Cylindrical-coordinate representation of color #ACD7E6: hue angle of 195.52º degrees, saturation: 0.54, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ACD7E6 is Cyan = 0.25, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 172 215 230 -
CMYK 0.25 0.07 0 0.10
HSL 195.52º 0.54% 0.79% -
HSV(B) 195.52º 0.25% 0.9% -
XYZ 55.6 63.08 84.11 -
YUV 203.85 142.75 105.28 -
System Red Green Blue C M Y K H S L
Decimal 172 215 230 0.25 0.07 0 0.10 195.52 0.54 0.79
Hex AC D7 E6 19 7 0 A C4 36 4F
Octal 254 327 346 31 7 0 12 304 66 117
Binary 10101100 11010111 11100110 11001 111 0 1010 11000100 110110 1001111

Color Harmonies of #ACD7E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD7E6

Black with #ACD7E6

Text Example


Text Example

White with #ACD7E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD7E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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