Html Css Color HEX #ACD5E9 Light Blue

📋 copy color: '#ACD5E9'

red 172 ◦ green 213 ◦ blue 233

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

Shades of Light Blue #ACD5E9

Tints of Light Blue #ACD5E9

RGB

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

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

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

R = 27.83%
G = 34.47%
B = 37.7%

CMYK

 C value IS 0.26

 M value IS 0.09

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#ACD5E9 (or 0xACD5E9) is known color: Light Blue. HEX triplet: AC, D5 and E9. RGB value is (172,213,233). Sum of RGB (Red+Green+Blue) = 172+213+233=618 (81% of max value = 765). Red value is 172 (67.58% from 255 or 27.83% from 618); Green value is 213 (83.59% from 255 or 34.47% from 618); Blue value is 233 (91.41% from 255 or 37.70% from 618); Max value from RGB is 233 - color contains mainly: blue. Hex color #ACD5E9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACD5E9 is #532A16. Grayscale: #CACACA. Windows color (decimal): -5450263 or 15324588. OLE color: 15324588.

HSL color Cylindrical-coordinate representation of color #ACD5E9: hue angle of 199.67º 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 #ACD5E9 is Cyan = 0.26, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 172 213 233 -
CMYK 0.26 0.09 0 0.09
HSL 199.67º 0.58% 0.79% -
HSV(B) 199.67º 0.26% 0.91% -
XYZ 55.52 62.24 86.18 -
YUV 203.02 144.92 105.87 -
System Red Green Blue C M Y K H S L
Decimal 172 213 233 0.26 0.09 0 0.09 199.67 0.58 0.79
Hex AC D5 E9 1A 9 0 9 C8 3A 4F
Octal 254 325 351 32 11 0 11 310 72 117
Binary 10101100 11010101 11101001 11010 1001 0 1001 11001000 111010 1001111

Color Harmonies of #ACD5E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD5E9

Black with #ACD5E9

Text Example


Text Example

White with #ACD5E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD5E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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