Html Css Color HEX #ACDEF5 Light Blue

📋 copy color: '#ACDEF5'

red 172 ◦ green 222 ◦ blue 245

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

Shades of Light Blue #ACDEF5

Tints of Light Blue #ACDEF5

RGB

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

 GREEN value IS 222 (87.11% from 255) = 34.74%

 BLUE value IS 245 (96.09% from 255) = 38.34%

R = 26.92%
G = 34.74%
B = 38.34%

CMYK

 C value IS 0.30

 M value IS 0.09

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#ACDEF5 (or 0xACDEF5) is known color: Light Blue. HEX triplet: AC, DE and F5. RGB value is (172,222,245). Sum of RGB (Red+Green+Blue) = 172+222+245=639 (84% of max value = 765). Red value is 172 (67.58% from 255 or 26.92% from 639); Green value is 222 (87.11% from 255 or 34.74% from 639); Blue value is 245 (96.09% from 255 or 38.34% from 639); Max value from RGB is 245 - color contains mainly: blue. Hex color #ACDEF5 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACDEF5 is #53210A. Grayscale: #D1D1D1. Windows color (decimal): -5447947 or 16113324. OLE color: 16113324.

HSL color Cylindrical-coordinate representation of color #ACDEF5: hue angle of 198.9º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ACDEF5 is Cyan = 0.30, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 172 222 245 -
CMYK 0.30 0.09 0 0.04
HSL 198.9º 0.78% 0.82% -
HSV(B) 198.9º 0.3% 0.96% -
XYZ 59.62 67.61 96.29 -
YUV 209.67 147.94 101.13 -
System Red Green Blue C M Y K H S L
Decimal 172 222 245 0.30 0.09 0 0.04 198.9 0.78 0.82
Hex AC DE F5 1E 9 0 4 C7 4E 52
Octal 254 336 365 36 11 0 4 307 116 122
Binary 10101100 11011110 11110101 11110 1001 0 100 11000111 1001110 1010010

Color Harmonies of #ACDEF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDEF5

Black with #ACDEF5

Text Example


Text Example

White with #ACDEF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDEF5; }

 p { color: rgb(172,222,245); }

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

background-color css

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

 a { background-color: rgb(172,222,245); }

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

border-color css

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

 span { border-color: rgb(172,222,245); }

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