#ACDEFB

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

Shades of Columbia Blue #ACDEFB

Tints of Columbia Blue #ACDEFB

Color information

#ACDEFB (or 0xACDEFB) is unknown color: approx Columbia Blue. HEX triplet: AC, DE and FB. RGB value is (172,222,251). Sum of RGB (Red+Green+Blue) = 172+222+251=645 (85% of max value = 765). Red value is 172 (67.58% from 255 or 26.67% from 645); Green value is 222 (87.11% from 255 or 34.42% from 645); Blue value is 251 (98.44% from 255 or 38.91% from 645); Max value from RGB is 251 - color contains mainly: blue. Hex color #ACDEFB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACDEFB is #532104. Grayscale: #D2D2D2. Windows color (decimal): -5447941 or 16506540. OLE color: 16506540.

HSL color Cylindrical-coordinate representation of color #ACDEFB: hue angle of 202.03º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ACDEFB is Cyan = 0.31, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB172222251-
CMYK0.310.1200.02
HSL202.03º90.8%82.94%-
HSV(B)202.03º31.47%98.43%-
XYZ60.5567.98101.2-
YUV210.36150.94100.64-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 26.67%
GREEN value IS 222 (87.11% from 255) = 34.42%
BLUE value IS 251 (98.44% from 255) = 38.91%
R=26.67%
G=34.42%
B=38.91%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1722222510.310.1200.02202.0390.882.94
HexACDEFB1FC02ca5b53
Octal254336373371402312133123
Binary1010110011011110111110111111111000101100101010110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACDEFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACDEFB; }

 p { color: rgb(172,222,251); }

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

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

 a { background-color: rgb(172,222,251); }

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

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

 span { border-color: rgb(172,222,251); }

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