Html Css Color HEX #ACDFF1 Light Blue

📋 copy color: '#ACDFF1'

red 172 ◦ green 223 ◦ blue 241

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

Shades of Light Blue #ACDFF1

Tints of Light Blue #ACDFF1

RGB

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

 GREEN value IS 223 (87.5% from 255) = 35.06%

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

R = 27.04%
G = 35.06%
B = 37.89%

CMYK

 C value IS 0.29

 M value IS 0.07

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#ACDFF1 (or 0xACDFF1) is known color: Light Blue. HEX triplet: AC, DF and F1. RGB value is (172,223,241). Sum of RGB (Red+Green+Blue) = 172+223+241=636 (84% of max value = 765). Red value is 172 (67.58% from 255 or 27.04% from 636); Green value is 223 (87.5% from 255 or 35.06% from 636); Blue value is 241 (94.53% from 255 or 37.89% from 636); Max value from RGB is 241 - color contains mainly: blue. Hex color #ACDFF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACDFF1 is #53200E. Grayscale: #D1D1D1. Windows color (decimal): -5447695 or 15851436. OLE color: 15851436.

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

Color convert

RGB 172 223 241 -
CMYK 0.29 0.07 0 0.05
HSL 195.65º 0.71% 0.81% -
HSV(B) 195.65º 0.29% 0.95% -
XYZ 59.28 67.9 93.2 -
YUV 209.8 145.6 101.04 -
System Red Green Blue C M Y K H S L
Decimal 172 223 241 0.29 0.07 0 0.05 195.65 0.71 0.81
Hex AC DF F1 1D 7 0 5 C4 47 51
Octal 254 337 361 35 7 0 5 304 107 121
Binary 10101100 11011111 11110001 11101 111 0 101 11000100 1000111 1010001

Color Harmonies of #ACDFF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDFF1

Black with #ACDFF1

Text Example


Text Example

White with #ACDFF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDFF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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