Html Css Color HEX #ACDCFD Columbia Blue

📋 copy color: '#ACDCFD'

red 172 ◦ green 220 ◦ blue 253

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

Shades of Columbia Blue #ACDCFD

Tints of Columbia Blue #ACDCFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 39.22%

R = 26.67%
G = 34.11%
B = 39.22%

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

#ACDCFD (or 0xACDCFD) is known color: Columbia Blue. HEX triplet: AC, DC and FD. RGB value is (172,220,253). Sum of RGB (Red+Green+Blue) = 172+220+253=645 (85% of max value = 765). Red value is 172 (67.58% from 255 or 26.67% from 645); Green value is 220 (86.33% from 255 or 34.11% from 645); Blue value is 253 (99.22% from 255 or 39.22% from 645); Max value from RGB is 253 - color contains mainly: blue. Hex color #ACDCFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACDCFD is #532302. Grayscale: #D1D1D1. Windows color (decimal): -5448451 or 16637100. OLE color: 16637100.

HSL color Cylindrical-coordinate representation of color #ACDCFD: hue angle of 204.44º degrees, saturation: 0.95, 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 #ACDCFD is Cyan = 0.32, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 172 220 253 -
CMYK 0.32 0.13 0 0.01
HSL 204.44º 0.95% 0.83% -
HSV(B) 204.44º 0.32% 0.99% -
XYZ 60.34 67.05 102.69 -
YUV 209.41 152.6 101.32 -
System Red Green Blue C M Y K H S L
Decimal 172 220 253 0.32 0.13 0 0.01 204.44 0.95 0.83
Hex AC DC FD 20 D 0 1 CC 5F 53
Octal 254 334 375 40 15 0 1 314 137 123
Binary 10101100 11011100 11111101 100000 1101 0 1 11001100 1011111 1010011

Color Harmonies of #ACDCFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDCFD

Black with #ACDCFD

Text Example


Text Example

White with #ACDCFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDCFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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