Html Css Color HEX #ACDEF1 Light Blue

📋 copy color: '#ACDEF1'

red 172 ◦ green 222 ◦ blue 241

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

Shades of Light Blue #ACDEF1

Tints of Light Blue #ACDEF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 37.95%

R = 27.09%
G = 34.96%
B = 37.95%

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

#ACDEF1 (or 0xACDEF1) is known color: Light Blue. HEX triplet: AC, DE and F1. RGB value is (172,222,241). Sum of RGB (Red+Green+Blue) = 172+222+241=635 (84% of max value = 765). Red value is 172 (67.58% from 255 or 27.09% from 635); Green value is 222 (87.11% from 255 or 34.96% from 635); Blue value is 241 (94.53% from 255 or 37.95% from 635); Max value from RGB is 241 - color contains mainly: blue. Hex color #ACDEF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACDEF1 is #53210E. Grayscale: #D1D1D1. Windows color (decimal): -5447951 or 15851180. OLE color: 15851180.

HSL color Cylindrical-coordinate representation of color #ACDEF1: hue angle of 196.52º degrees, saturation: 0.71, 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 #ACDEF1 is Cyan = 0.29, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 172 222 241 -
CMYK 0.29 0.08 0 0.05
HSL 196.52º 0.71% 0.81% -
HSV(B) 196.52º 0.29% 0.95% -
XYZ 59.01 67.36 93.11 -
YUV 209.22 145.94 101.46 -
System Red Green Blue C M Y K H S L
Decimal 172 222 241 0.29 0.08 0 0.05 196.52 0.71 0.81
Hex AC DE F1 1D 8 0 5 C5 47 51
Octal 254 336 361 35 10 0 5 305 107 121
Binary 10101100 11011110 11110001 11101 1000 0 101 11000101 1000111 1010001

Color Harmonies of #ACDEF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDEF1

Black with #ACDEF1

Text Example


Text Example

White with #ACDEF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDEF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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