Html Css Color HEX #ACDCFF Columbia Blue

📋 copy color: '#ACDCFF'

red 172 ◦ green 220 ◦ blue 255

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

Shades of Columbia Blue #ACDCFF

Tints of Columbia Blue #ACDCFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 39.41%

R = 26.58%
G = 34%
B = 39.41%

CMYK

 C value IS 0.33

 M value IS 0.14

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#ACDCFF (or 0xACDCFF) is known color: Columbia Blue. HEX triplet: AC, DC and FF. RGB value is (172,220,255). Sum of RGB (Red+Green+Blue) = 172+220+255=647 (85% of max value = 765). Red value is 172 (67.58% from 255 or 26.58% from 647); Green value is 220 (86.33% from 255 or 34.00% from 647); Blue value is 255 (100% from 255 or 39.41% from 647); Max value from RGB is 255 - color contains mainly: blue. Hex color #ACDCFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACDCFF is #532300. Grayscale: #D1D1D1. Windows color (decimal): -5448449 or 16768172. OLE color: 16768172.

HSL color Cylindrical-coordinate representation of color #ACDCFF: hue angle of 205.3º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ACDCFF is Cyan = 0.33, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 172 220 255 -
CMYK 0.33 0.14 0 0
HSL 205.3º 1% 0.84% -
HSV(B) 205.3º 0.33% 1% -
XYZ 60.66 67.18 104.38 -
YUV 209.64 153.6 101.15 -
System Red Green Blue C M Y K H S L
Decimal 172 220 255 0.33 0.14 0 0 205.3 1 0.84
Hex AC DC FF 21 E 0 0 CD 64 54
Octal 254 334 377 41 16 0 0 315 144 124
Binary 10101100 11011100 11111111 100001 1110 0 0 11001101 1100100 1010100

Color Harmonies of #ACDCFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDCFF

Black with #ACDCFF

Text Example


Text Example

White with #ACDCFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDCFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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