Html Css Color HEX #ACDCFC Columbia Blue

📋 copy color: '#ACDCFC'

red 172 ◦ green 220 ◦ blue 252

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

Shades of Columbia Blue #ACDCFC

Tints of Columbia Blue #ACDCFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 39.13%

R = 26.71%
G = 34.16%
B = 39.13%

CMYK

 C value IS 0.32

 M value IS 0.13

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#ACDCFC (or 0xACDCFC) is known color: Columbia Blue. HEX triplet: AC, DC and FC. RGB value is (172,220,252). Sum of RGB (Red+Green+Blue) = 172+220+252=644 (85% of max value = 765). Red value is 172 (67.58% from 255 or 26.71% from 644); Green value is 220 (86.33% from 255 or 34.16% from 644); Blue value is 252 (98.83% from 255 or 39.13% from 644); Max value from RGB is 252 - color contains mainly: blue. Hex color #ACDCFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACDCFC is #532303. Grayscale: #D1D1D1. Windows color (decimal): -5448452 or 16571564. OLE color: 16571564.

HSL color Cylindrical-coordinate representation of color #ACDCFC: hue angle of 204º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ACDCFC is Cyan = 0.32, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 172 220 252 -
CMYK 0.32 0.13 0 0.01
HSL 204º 0.93% 0.83% -
HSV(B) 204º 0.32% 0.99% -
XYZ 60.18 66.99 101.85 -
YUV 209.3 152.1 101.4 -
System Red Green Blue C M Y K H S L
Decimal 172 220 252 0.32 0.13 0 0.01 204 0.93 0.83
Hex AC DC FC 20 D 0 1 CC 5D 53
Octal 254 334 374 40 15 0 1 314 135 123
Binary 10101100 11011100 11111100 100000 1101 0 1 11001100 1011101 1010011

Color Harmonies of #ACDCFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDCFC

Black with #ACDCFC

Text Example


Text Example

White with #ACDCFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDCFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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