Html Css Color HEX #ACDCFE Columbia Blue

📋 copy color: '#ACDCFE'

red 172 ◦ green 220 ◦ blue 254

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

Shades of Columbia Blue #ACDCFE

Tints of Columbia Blue #ACDCFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 39.32%

R = 26.63%
G = 34.06%
B = 39.32%

CMYK

 C value IS 0.32

 M value IS 0.13

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#ACDCFE (or 0xACDCFE) is known color: Columbia Blue. HEX triplet: AC, DC and FE. RGB value is (172,220,254). Sum of RGB (Red+Green+Blue) = 172+220+254=646 (85% of max value = 765). Red value is 172 (67.58% from 255 or 26.63% from 646); Green value is 220 (86.33% from 255 or 34.06% from 646); Blue value is 254 (99.61% from 255 or 39.32% from 646); Max value from RGB is 254 - color contains mainly: blue. Hex color #ACDCFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACDCFE is #532301. Grayscale: #D1D1D1. Windows color (decimal): -5448450 or 16702636. OLE color: 16702636.

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

Color convert

RGB 172 220 254 -
CMYK 0.32 0.13 0 0.00
HSL 204.88º 0.98% 0.84% -
HSV(B) 204.88º 0.32% 1% -
XYZ 60.5 67.11 103.53 -
YUV 209.52 153.1 101.24 -
System Red Green Blue C M Y K H S L
Decimal 172 220 254 0.32 0.13 0 0.00 204.88 0.98 0.84
Hex AC DC FE 20 D 0 0 CD 62 54
Octal 254 334 376 40 15 0 0 315 142 124
Binary 10101100 11011100 11111110 100000 1101 0 0 11001101 1100010 1010100

Color Harmonies of #ACDCFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDCFE

Black with #ACDCFE

Text Example


Text Example

White with #ACDCFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDCFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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