Html Css Color HEX #ACDCF1 Light Blue

📋 copy color: '#ACDCF1'

red 172 ◦ green 220 ◦ blue 241

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

Shades of Light Blue #ACDCF1

Tints of Light Blue #ACDCF1

RGB

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

 GREEN value IS 220 (86.33% from 255) = 34.76%

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

R = 27.17%
G = 34.76%
B = 38.07%

CMYK

 C value IS 0.29

 M value IS 0.09

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#ACDCF1 (or 0xACDCF1) is known color: Light Blue. HEX triplet: AC, DC and F1. RGB value is (172,220,241). Sum of RGB (Red+Green+Blue) = 172+220+241=633 (83% of max value = 765). Red value is 172 (67.58% from 255 or 27.17% from 633); Green value is 220 (86.33% from 255 or 34.76% from 633); Blue value is 241 (94.53% from 255 or 38.07% from 633); Max value from RGB is 241 - color contains mainly: blue. Hex color #ACDCF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACDCF1 is #53230E. Grayscale: #CFCFCF. Windows color (decimal): -5448463 or 15850668. OLE color: 15850668.

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

Color convert

RGB 172 220 241 -
CMYK 0.29 0.09 0 0.05
HSL 198.26º 0.71% 0.81% -
HSV(B) 198.26º 0.29% 0.95% -
XYZ 58.48 66.31 92.94 -
YUV 208.04 146.6 102.29 -
System Red Green Blue C M Y K H S L
Decimal 172 220 241 0.29 0.09 0 0.05 198.26 0.71 0.81
Hex AC DC F1 1D 9 0 5 C6 47 51
Octal 254 334 361 35 11 0 5 306 107 121
Binary 10101100 11011100 11110001 11101 1001 0 101 11000110 1000111 1010001

Color Harmonies of #ACDCF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDCF1

Black with #ACDCF1

Text Example


Text Example

White with #ACDCF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDCF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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