Html Css Color HEX #ACD9E9 Light Blue

📋 copy color: '#ACD9E9'

red 172 ◦ green 217 ◦ blue 233

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

Shades of Light Blue #ACD9E9

Tints of Light Blue #ACD9E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 37.46%

R = 27.65%
G = 34.89%
B = 37.46%

CMYK

 C value IS 0.26

 M value IS 0.07

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#ACD9E9 (or 0xACD9E9) is known color: Light Blue. HEX triplet: AC, D9 and E9. RGB value is (172,217,233). Sum of RGB (Red+Green+Blue) = 172+217+233=622 (82% of max value = 765). Red value is 172 (67.58% from 255 or 27.65% from 622); Green value is 217 (85.16% from 255 or 34.89% from 622); Blue value is 233 (91.41% from 255 or 37.46% from 622); Max value from RGB is 233 - color contains mainly: blue. Hex color #ACD9E9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACD9E9 is #532616. Grayscale: #CDCDCD. Windows color (decimal): -5449239 or 15325612. OLE color: 15325612.

HSL color Cylindrical-coordinate representation of color #ACD9E9: hue angle of 195.74º degrees, saturation: 0.58, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ACD9E9 is Cyan = 0.26, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 172 217 233 -
CMYK 0.26 0.07 0 0.09
HSL 195.74º 0.58% 0.79% -
HSV(B) 195.74º 0.26% 0.91% -
XYZ 56.53 64.28 86.52 -
YUV 205.37 143.59 104.2 -
System Red Green Blue C M Y K H S L
Decimal 172 217 233 0.26 0.07 0 0.09 195.74 0.58 0.79
Hex AC D9 E9 1A 7 0 9 C4 3A 4F
Octal 254 331 351 32 7 0 11 304 72 117
Binary 10101100 11011001 11101001 11010 111 0 1001 11000100 111010 1001111

Color Harmonies of #ACD9E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD9E9

Black with #ACD9E9

Text Example


Text Example

White with #ACD9E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD9E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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