Html Css Color HEX #ACDEF0 Light Blue

📋 copy color: '#ACDEF0'

red 172 ◦ green 222 ◦ blue 240

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

Shades of Light Blue #ACDEF0

Tints of Light Blue #ACDEF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 37.85%

R = 27.13%
G = 35.02%
B = 37.85%

CMYK

 C value IS 0.28

 M value IS 0.08

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#ACDEF0 (or 0xACDEF0) is known color: Light Blue. HEX triplet: AC, DE and F0. RGB value is (172,222,240). Sum of RGB (Red+Green+Blue) = 172+222+240=634 (83% of max value = 765). Red value is 172 (67.58% from 255 or 27.13% from 634); Green value is 222 (87.11% from 255 or 35.02% from 634); Blue value is 240 (94.14% from 255 or 37.85% from 634); Max value from RGB is 240 - color contains mainly: blue. Hex color #ACDEF0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACDEF0 is #53210F. Grayscale: #D0D0D0. Windows color (decimal): -5447952 or 15785644. OLE color: 15785644.

HSL color Cylindrical-coordinate representation of color #ACDEF0: hue angle of 195.88º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ACDEF0 is Cyan = 0.28, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 172 222 240 -
CMYK 0.28 0.08 0 0.06
HSL 195.88º 0.69% 0.81% -
HSV(B) 195.88º 0.28% 0.94% -
XYZ 58.86 67.3 92.33 -
YUV 209.1 145.44 101.54 -
System Red Green Blue C M Y K H S L
Decimal 172 222 240 0.28 0.08 0 0.06 195.88 0.69 0.81
Hex AC DE F0 1C 8 0 6 C4 45 51
Octal 254 336 360 34 10 0 6 304 105 121
Binary 10101100 11011110 11110000 11100 1000 0 110 11000100 1000101 1010001

Color Harmonies of #ACDEF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDEF0

Black with #ACDEF0

Text Example


Text Example

White with #ACDEF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDEF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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