Html Css Color HEX #ACDEF2 Light Blue

📋 copy color: '#ACDEF2'

red 172 ◦ green 222 ◦ blue 242

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

Shades of Light Blue #ACDEF2

Tints of Light Blue #ACDEF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 38.05%

R = 27.04%
G = 34.91%
B = 38.05%

CMYK

 C value IS 0.29

 M value IS 0.08

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#ACDEF2 (or 0xACDEF2) is known color: Light Blue. HEX triplet: AC, DE and F2. RGB value is (172,222,242). Sum of RGB (Red+Green+Blue) = 172+222+242=636 (84% of max value = 765). Red value is 172 (67.58% from 255 or 27.04% from 636); Green value is 222 (87.11% from 255 or 34.91% from 636); Blue value is 242 (94.92% from 255 or 38.05% from 636); Max value from RGB is 242 - color contains mainly: blue. Hex color #ACDEF2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACDEF2 is #53210D. Grayscale: #D1D1D1. Windows color (decimal): -5447950 or 15916716. OLE color: 15916716.

HSL color Cylindrical-coordinate representation of color #ACDEF2: hue angle of 197.14º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ACDEF2 is Cyan = 0.29, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 172 222 242 -
CMYK 0.29 0.08 0 0.05
HSL 197.14º 0.73% 0.81% -
HSV(B) 197.14º 0.29% 0.95% -
XYZ 59.16 67.42 93.9 -
YUV 209.33 146.44 101.37 -
System Red Green Blue C M Y K H S L
Decimal 172 222 242 0.29 0.08 0 0.05 197.14 0.73 0.81
Hex AC DE F2 1D 8 0 5 C5 49 51
Octal 254 336 362 35 10 0 5 305 111 121
Binary 10101100 11011110 11110010 11101 1000 0 101 11000101 1001001 1010001

Color Harmonies of #ACDEF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDEF2

Black with #ACDEF2

Text Example


Text Example

White with #ACDEF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDEF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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