#ACDBFF

Color #ACDBFF Columbia Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Columbia Blue #ACDBFF

Tints of Columbia Blue #ACDBFF

Color information

#ACDBFF (or 0xACDBFF) is unknown color: approx Columbia Blue. HEX triplet: AC, DB and FF. RGB value is (172,219,255). Sum of RGB (Red+Green+Blue) = 172+219+255=646 (85% of max value = 765). Red value is 172 (67.58% from 255 or 26.63% from 646); Green value is 219 (85.94% from 255 or 33.90% from 646); Blue value is 255 (100% from 255 or 39.47% from 646); Max value from RGB is 255 - color contains mainly: blue. Hex color #ACDBFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACDBFF is #532400. Grayscale: #D0D0D0. Windows color (decimal): -5448705 or 16767916. OLE color: 16767916.

HSL color Cylindrical-coordinate representation of color #ACDBFF: hue angle of 206.02º 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 #ACDBFF is Cyan = 0.33, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB172219255-
CMYK0.330.1400
HSL206.02º100%83.73%-
HSV(B)206.02º32.55%100%-
XYZ60.3966.65104.29-
YUV209.05153.93101.57-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 26.63%
GREEN value IS 219 (85.94% from 255) = 33.90%
BLUE value IS 255 (100% from 255) = 39.47%
R=26.63%
G=33.90%
B=39.47%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1722192550.330.1400206.0210083.73
HexACDBFF21E00ce6454
Octal254333377411600316144124
Binary1010110011011011111111111000011110001100111011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACDBFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACDBFF; }

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

 H1.HeaderClassName
 {
   color: #ACDBFF;
 }
 .AnyTagClassName
 {
   color: #ACDBFF;
 }
</style>
background-color css

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

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

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

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

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

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