Html Css Color HEX #ACDCF2 Light Blue

📋 copy color: '#ACDCF2'

red 172 ◦ green 220 ◦ blue 242

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

Shades of Light Blue #ACDCF2

Tints of Light Blue #ACDCF2

RGB

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

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

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

R = 27.13%
G = 34.7%
B = 38.17%

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

#ACDCF2 (or 0xACDCF2) is known color: Light Blue. HEX triplet: AC, DC and F2. RGB value is (172,220,242). Sum of RGB (Red+Green+Blue) = 172+220+242=634 (83% of max value = 765). Red value is 172 (67.58% from 255 or 27.13% from 634); Green value is 220 (86.33% from 255 or 34.70% from 634); Blue value is 242 (94.92% from 255 or 38.17% from 634); Max value from RGB is 242 - color contains mainly: blue. Hex color #ACDCF2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACDCF2 is #53230D. Grayscale: #D0D0D0. Windows color (decimal): -5448462 or 15916204. OLE color: 15916204.

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

Color convert

RGB 172 220 242 -
CMYK 0.29 0.09 0 0.05
HSL 198.86º 0.73% 0.81% -
HSV(B) 198.86º 0.29% 0.95% -
XYZ 58.63 66.37 93.72 -
YUV 208.16 147.1 102.21 -
System Red Green Blue C M Y K H S L
Decimal 172 220 242 0.29 0.09 0 0.05 198.86 0.73 0.81
Hex AC DC F2 1D 9 0 5 C7 49 51
Octal 254 334 362 35 11 0 5 307 111 121
Binary 10101100 11011100 11110010 11101 1001 0 101 11000111 1001001 1010001

Color Harmonies of #ACDCF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDCF2

Black with #ACDCF2

Text Example


Text Example

White with #ACDCF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDCF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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